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

This commit is contained in:
Naios
2016-04-21 23:04:17 +02:00
parent 25da16ba44
commit dadc02d77a

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;