From 49b43bf4e853b3676b9dadf96c78d81592cd9258 Mon Sep 17 00:00:00 2001 From: Dengfeng Liu Date: Mon, 17 Apr 2017 19:18:53 +0800 Subject: [PATCH] Update xkcp_util.c --- xkcp_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xkcp_util.c b/xkcp_util.c index 9e40708..ca8768e 100644 --- a/xkcp_util.c +++ b/xkcp_util.c @@ -215,7 +215,7 @@ void dump_task_list(iqueue_head *task_list, struct bufferevent *bev) { dump_task(task, bev, ++task_list_count); } } - debug(LOG_DEBUG, ); + debug(LOG_DEBUG, "dump_task_list number [%d]", task_list_count); } void xkcp_forward_all_data(iqueue_head *task_list)