update logging and add pl splash as the main one
All checks were successful
Build / Build Launcher (push) Successful in 2m31s
All checks were successful
Build / Build Launcher (push) Successful in 2m31s
This commit is contained in:
@@ -34,7 +34,7 @@ public static class SteamAPI
|
||||
var modItems =
|
||||
new List<MyObjectBuilder_Checkpoint.ModItem>(
|
||||
enumerable.Select(x => new MyObjectBuilder_Checkpoint.ModItem(x, "Steam")));
|
||||
LogFile.WriteLine($"Updating {modItems.Count} workshop items");
|
||||
LogFile.Log.Debug($"Updating {modItems.Count} workshop items");
|
||||
|
||||
// Source: MyWorkshop.DownloadWorldModsBlocking
|
||||
var result = new MyWorkshop.ResultData();
|
||||
@@ -54,11 +54,11 @@ public static class SteamAPI
|
||||
sb.AppendLine("An error occurred while updating workshop items:");
|
||||
foreach (var e in exceptions)
|
||||
sb.Append(e);
|
||||
LogFile.WriteLine(sb.ToString());
|
||||
LogFile.Log.Debug(sb.ToString());
|
||||
}
|
||||
else
|
||||
{
|
||||
LogFile.WriteLine("Unable to update workshop items");
|
||||
LogFile.Log.Debug("Unable to update workshop items");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user