diff options
author | Naios <naios-dev@live.de> | 2016-04-21 23:04:17 +0200 |
---|---|---|
committer | Naios <naios-dev@live.de> | 2016-04-23 17:26:14 +0200 |
commit | 4f9352d7730796ad33974cedcecceb106930fc81 (patch) | |
tree | 3c834547b6241be57db8bb91ad578e0cee8b5449 | |
parent | 3b9c78a176e74654dd55b70187c00fa8b9855227 (diff) |
Core/Updater: Correct the config key hint of a log message
(cherry picked from commit dadc02d77a969ef97a6726c509a1851b5e4fed32)
-rw-r--r-- | src/server/database/Updater/DBUpdater.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/database/Updater/DBUpdater.cpp b/src/server/database/Updater/DBUpdater.cpp index b13920cbeeb..e0f330d7c37 100644 --- a/src/server/database/Updater/DBUpdater.cpp +++ b/src/server/database/Updater/DBUpdater.cpp @@ -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; |