importing changes from callmephil repo
a special thanks to him
This commit is contained in:
@@ -33,7 +33,7 @@ class MySQL
|
||||
static void Thread_Init()
|
||||
{
|
||||
mysql_thread_init();
|
||||
sLog->outSQLDriver("Core thread with ID [" UI64FMTD"] initializing MySQL thread.",
|
||||
sLog->outSQLDriver("Core thread with ID ["UI64FMTD"] initializing MySQL thread.",
|
||||
(uint64)ACE_Based::Thread::currentId());
|
||||
}
|
||||
|
||||
@@ -44,7 +44,7 @@ class MySQL
|
||||
static void Thread_End()
|
||||
{
|
||||
mysql_thread_end();
|
||||
sLog->outSQLDriver("Core thread with ID [" UI64FMTD"] shutting down MySQL thread.",
|
||||
sLog->outSQLDriver("Core thread with ID ["UI64FMTD"] shutting down MySQL thread.",
|
||||
(uint64)ACE_Based::Thread::currentId());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user