This commit is contained in:
JustArchi
2018-04-08 05:25:04 +02:00
parent 4dfaf32176
commit bcafe68dfe

View File

@@ -51,7 +51,7 @@ namespace ArchiSteamFarm {
return;
}
// Otherwise, we ran into fatal exception before logging module could even get initialized, so activate fallback logging that involved file and console
// Otherwise, we ran into fatal exception before logging module could even get initialized, so activate fallback logging that involves file and console
string message = string.Format(DateTime.Now + Strings.ErrorEarlyFatalExceptionInfo + Environment.NewLine, SharedInfo.Version);