Fix log output showing CL being synced for iterative cooks.

#jira
[FYI] Jeff.Williams

#ROBOMERGE-OWNER: lina.halper
#ROBOMERGE-AUTHOR: ben.marsh
#ROBOMERGE-SOURCE: CL 5491806 via CL 5492141 via CL 5492157
#ROBOMERGE-BOT: ANIM (Main -> Dev-Anim)

[CL 5510554 by ben marsh in Dev-Anim branch]
This commit is contained in:
ben marsh
2019-03-22 17:29:39 -04:00
parent c13cf803aa
commit fffd43eb4f

View File

@@ -1,4 +1,4 @@
// Copyright 1998-2019 Epic Games, Inc. All Rights Reserved.
// Copyright 1998-2019 Epic Games, Inc. All Rights Reserved.
using System;
using System.Collections.Generic;
using System.IO;
@@ -166,7 +166,7 @@ public class SharedCookedBuild
}
FinalCookedBuildPath = BestBuild;
CommandUtils.LogInformation("Selected build: {0}");
CommandUtils.LogInformation("Selected build: {0}", BestCLNumber);
return true;
}