mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Updater: Correct the config key hint of a log message
(cherry picked from commit dadc02d77a)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user