Fix build breaking

This commit is contained in:
JustArchi
2017-01-06 13:21:56 +01:00
parent b2b11fe807
commit 72b78c9b61

View File

@@ -53,7 +53,7 @@ namespace ArchiSteamFarm {
internal static void Exit(byte exitCode = 0) {
if (exitCode != 0) {
ArchiLogger.LogGenericError(Strings.ErrorNonZeroErrorCode);
ArchiLogger.LogGenericError(Strings.ErrorExitingWithNonZeroErrorCode);
}
Shutdown();