mirror of
https://github.com/RPCS3/discord-bot.git
synced 2024-11-23 10:19:39 +00:00
update logging consistency inside the log parser
This commit is contained in:
parent
f344225cb5
commit
ee248d9df5
@ -283,17 +283,13 @@ namespace CompatBot.EventHandlers.LogParsing
|
||||
"vulkan_gpu", "vulkan_driver_version_raw",
|
||||
"compat_database_path"
|
||||
);
|
||||
#if DEBUG
|
||||
Console.WriteLine("===== cleared");
|
||||
#endif
|
||||
Config.Log.Trace("===== cleared");
|
||||
}
|
||||
|
||||
private static void MarkAsComplete(LogParseState state)
|
||||
{
|
||||
state.CompleteCollection = state.WipCollection;
|
||||
#if DEBUG
|
||||
Console.WriteLine("----- complete section");
|
||||
#endif
|
||||
Config.Log.Trace("----- complete section");
|
||||
}
|
||||
|
||||
private static void MarkAsCompleteAndReset(LogParseState state)
|
||||
|
Loading…
Reference in New Issue
Block a user