1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-04 23:36:00 +02:00

Fixed log message

This commit is contained in:
Brian Fiete 2022-05-16 15:25:45 -07:00
parent 347dc5b8cf
commit a0d7b8d699

View file

@ -1314,7 +1314,7 @@ void BfModule::StartNewRevision(RebuildKind rebuildKind, bool force)
{
auto specModule = specPair.mValue;
BfLogSysM("Setting module mIsDeleting %p due to parent module starting a new revision\n", module);
BfLogSysM("Setting module mIsDeleting %p due to parent module starting a new revision\n", specModule);
// This module is no longer needed
specModule->RemoveModuleData();