Core/Updater: Correct the config key hint of a log message

(cherry picked from commit dadc02d77a)
This commit is contained in:
Naios
2016-04-21 23:04:17 +02:00
parent 3b9c78a176
commit 4f9352d773

View File

@@ -55,7 +55,7 @@ bool DBUpdaterUtil::CheckExecutable()
}
}
TC_LOG_FATAL("sql.updates", "Didn't find executeable mysql binary at \'%s\' or in path, correct the path in the *.conf (\"Updates.MySqlCLIPath\").",
TC_LOG_FATAL("sql.updates", "Didn't find executeable mysql binary at \'%s\' or in path, correct the path in the *.conf (\"MySQLExecutable\").",
absolute(exe).generic_string().c_str());
return false;