diff --git a/ArchiSteamFarm/Program.cs b/ArchiSteamFarm/Program.cs index 985be66ea..00dd47bc1 100644 --- a/ArchiSteamFarm/Program.cs +++ b/ArchiSteamFarm/Program.cs @@ -164,7 +164,7 @@ namespace ArchiSteamFarm { GlobalConfig = GlobalConfig.Load(globalConfigFile); if (GlobalConfig == null) { - Logging.LogGenericError("Global config could not be loaded, please make sure that " + globalConfigFile + " exists and is valid!"); + Logging.LogGenericError("Global config could not be loaded, please make sure that " + globalConfigFile + " exists and is valid! Did you forget reading wiki?"); Thread.Sleep(5000); Exit(1); }