aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2016-09-12 01:04:15 +0200
committerGitHub <noreply@github.com>2016-09-12 01:04:15 +0200
commit9250680680399e986736786bb6c3c2ff97ca5b9c (patch)
treed0a06549dcc37319669964f1981e3155a0befcc0 /src
parentfb048a4cdbd56102018db5c9149ca2103c1507b2 (diff)
Update DBUpdater.cpp
Diffstat (limited to 'src')
-rw-r--r--src/server/database/Updater/DBUpdater.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/database/Updater/DBUpdater.cpp b/src/server/database/Updater/DBUpdater.cpp
index 2e6da5cb09d..0a931943495 100644
--- a/src/server/database/Updater/DBUpdater.cpp
+++ b/src/server/database/Updater/DBUpdater.cpp
@@ -219,7 +219,7 @@ bool DBUpdater<T>::Update(DatabaseWorkerPool<T>& pool)
if (!is_directory(sourceDirectory))
{
- TC_LOG_ERROR("sql.updates", "DBUpdater: The given source directory %s does not exist, change the path to the directory where your sql directory exists (for example c:\source\trinitycore). Shutting down.", sourceDirectory.generic_string().c_str());
+ TC_LOG_ERROR("sql.updates", "DBUpdater: The given source directory %s does not exist, change the path to the directory where your sql directory exists (for example c:\\source\\trinitycore). Shutting down.", sourceDirectory.generic_string().c_str());
return false;
}