diff --git a/ArchiSteamFarm/ArchiLogger.cs b/ArchiSteamFarm/ArchiLogger.cs index 0c0285e97..2d0231154 100644 --- a/ArchiSteamFarm/ArchiLogger.cs +++ b/ArchiSteamFarm/ArchiLogger.cs @@ -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);