Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Commit ee2b78d

Browse files
committed
Downgraded message to a debug only message, if sat waiting for an execution task, since it seems to have worked both locally and on remote CI
1 parent bc65860 commit ee2b78d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/C/bam/Scripts/ObjectFile.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ protected override void
8989
var as_module_execution = dep as Bam.Core.IModuleExecution;
9090
while (null == as_module_execution.ExecutionTask)
9191
{
92-
Bam.Core.Log.MessageAll("******** Waiting for {0} to have an execution task assigned", dep.ToString());
92+
Bam.Core.Log.DebugMessage("******** Waiting for {0} to have an execution task assigned", dep.ToString());
9393
System.Threading.Thread.Yield();
9494
}
9595
// wait for execution task to be finished

0 commit comments

Comments
 (0)