You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user