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:
parent
347dc5b8cf
commit
a0d7b8d699
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue