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:13:38 +0200 |
commit | dadc02d77a969ef97a6726c509a1851b5e4fed32 (patch) | |
tree | 6fcf68f0b6fa25d26c8896e2e7fca2c7947a40ad /src/server/database/Updater/DBUpdater.cpp | |
parent | 25da16ba44db9014d879f00a987d76c349469d22 (diff) |
Core/Updater: Correct the config key hint of a log message
Diffstat (limited to 'src/server/database/Updater/DBUpdater.cpp')
-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 3be81e85715..0d51f8ed060 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; |