summaryrefslogtreecommitdiff
path: root/sql/mysqld.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/mysqld.cc')
-rw-r--r--sql/mysqld.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/mysqld.cc b/sql/mysqld.cc
index 9b33c7efa51..6311e86a154 100644
--- a/sql/mysqld.cc
+++ b/sql/mysqld.cc
@@ -2112,7 +2112,7 @@ static void create_new_thread(THD *thd)
(void) pthread_mutex_unlock(&LOCK_thread_count);
}
}
- DBUG_PRINT("info",(("Thread %d created"), thd->thread_id));
+ DBUG_PRINT("info",("Thread created"));
DBUG_VOID_RETURN;
}