summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mysqlnd/mysqlnd.c')
-rw-r--r--ext/mysqlnd/mysqlnd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqlnd/mysqlnd.c b/ext/mysqlnd/mysqlnd.c
index 5c8fe434e4..7f101bde0f 100644
--- a/ext/mysqlnd/mysqlnd.c
+++ b/ext/mysqlnd/mysqlnd.c
@@ -1407,7 +1407,7 @@ MYSQLND_METHOD(mysqlnd_conn, kill)(MYSQLND * conn, unsigned int pid TSRMLS_DC)
char buff[4];
DBG_ENTER("mysqlnd_conn::kill");
- DBG_INF_FMT("conn=%llu pid=%lu", conn->thread_id, pid);
+ DBG_INF_FMT("conn=%llu pid=%u", conn->thread_id, pid);
int4store(buff, pid);