diff options
author | Michael Widenius <monty@mariadb.org> | 2019-10-21 18:41:58 +0300 |
---|---|---|
committer | Michael Widenius <monty@mariadb.org> | 2019-10-21 18:41:58 +0300 |
commit | 716d396bb3b4814de3c00c46f98317c45a33551e (patch) | |
tree | da5fc3bf22e0f7441a4289cf0a42370aef17b897 /sql/wsrep_mysqld.cc | |
parent | 06d2e1d828140d887adb68b05c85d5107baf816c (diff) | |
download | mariadb-git-716d396bb3b4814de3c00c46f98317c45a33551e.tar.gz |
Remove \n from DBUG_PRINT statements
Diffstat (limited to 'sql/wsrep_mysqld.cc')
-rw-r--r-- | sql/wsrep_mysqld.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/wsrep_mysqld.cc b/sql/wsrep_mysqld.cc index 08adaac0e85..9ad7a6e3bbc 100644 --- a/sql/wsrep_mysqld.cc +++ b/sql/wsrep_mysqld.cc @@ -2091,7 +2091,7 @@ pthread_handler_t start_wsrep_THD(void *arg) need to know the start of the stack so that we could check for stack overruns. */ - DBUG_PRINT("wsrep", ("handle_one_connection called by thread %lld\n", + DBUG_PRINT("wsrep", ("handle_one_connection called by thread %lld", (long long)thd->thread_id)); /* now that we've called my_thread_init(), it is safe to call DBUG_* */ |