summaryrefslogtreecommitdiff
path: root/src/server/shared/Database/MySQLThreading.h
diff options
context:
space:
mode:
authorYehonal <hw.2@hotmail.it>2016-06-26 19:22:35 +0200
committerYehonal <hw.2@hotmail.it>2016-06-26 19:22:35 +0200
commit52f305111ce2bb876eaea985d75ffcb744f583a5 (patch)
tree6607d6eb3af13384f3cf5e6aafd362f244da49ea /src/server/shared/Database/MySQLThreading.h
parent5bb70a86beab67958520b170c5008b82d0e36314 (diff)
importing changes from callmephil repo
a special thanks to him
Diffstat (limited to 'src/server/shared/Database/MySQLThreading.h')
-rw-r--r--src/server/shared/Database/MySQLThreading.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/shared/Database/MySQLThreading.h b/src/server/shared/Database/MySQLThreading.h
index b31f693c91..0b0a5e6cca 100644
--- a/src/server/shared/Database/MySQLThreading.h
+++ b/src/server/shared/Database/MySQLThreading.h
@@ -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());
}