From e07e20ffcaf6911d4dd47e0895fbdc52c5a52f05 Mon Sep 17 00:00:00 2001 From: Machiavelli Date: Sun, 20 Feb 2011 20:16:34 +0100 Subject: Core/Log: Implement log masks for debug log level, to allow selective debug output. Update your worldserver.conf. --- src/server/shared/Database/MySQLConnection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/shared/Database/MySQLConnection.cpp') diff --git a/src/server/shared/Database/MySQLConnection.cpp b/src/server/shared/Database/MySQLConnection.cpp index e2f2c698632..fad73844743 100755 --- a/src/server/shared/Database/MySQLConnection.cpp +++ b/src/server/shared/Database/MySQLConnection.cpp @@ -477,7 +477,7 @@ PreparedResultSet* MySQLConnection::Query(PreparedStatement* stmt) bool MySQLConnection::_HandleMySQLErrno(uint32 errNo) { - sLog->outDebug("%s", __FUNCTION__); + sLog->outSQLDriver("%s", __FUNCTION__); switch (errNo) { -- cgit v1.2.3