aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2014-06-07 22:13:42 +0200
committerAokromes <Aokromes@users.noreply.github.com>2014-06-07 22:13:42 +0200
commit4ec84fd1ec77f19aa6b81e052caab6e9b16e2e91 (patch)
treed82a0d7b0dfe3ea0fa296417addb1990c56f715e
parent8304c09547820aa6f3a6f299953e3ed95eaf7506 (diff)
Core/Database: Update log for incorrect db structure
-rw-r--r--src/server/shared/Database/DatabaseWorkerPool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/shared/Database/DatabaseWorkerPool.h b/src/server/shared/Database/DatabaseWorkerPool.h
index 3665a388854..9c56c75bf71 100644
--- a/src/server/shared/Database/DatabaseWorkerPool.h
+++ b/src/server/shared/Database/DatabaseWorkerPool.h
@@ -99,7 +99,7 @@ class DatabaseWorkerPool
(_connectionCount[IDX_SYNCH] + _connectionCount[IDX_ASYNC]));
else
TC_LOG_ERROR("sql.driver", "DatabasePool %s NOT opened. There were errors opening the MySQL connections. Check your SQLDriverLogFile "
- "for specific errors.", GetDatabaseName());
+ "for specific errors. Read wiki at http://collab.kpsn.org/display/tc/TrinityCore+Home", GetDatabaseName());
return res;
}