mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
Core/Log: Implement log masks for debug log level, to allow selective debug output. Update your worldserver.conf.
This commit is contained in:
@@ -477,7 +477,7 @@ PreparedResultSet* MySQLConnection::Query(PreparedStatement* stmt)
|
||||
|
||||
bool MySQLConnection::_HandleMySQLErrno(uint32 errNo)
|
||||
{
|
||||
sLog->outDebug("%s", __FUNCTION__);
|
||||
sLog->outSQLDriver("%s", __FUNCTION__);
|
||||
|
||||
switch (errNo)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user