Skip to content

Commit

Permalink
Update xkcp_util.c
Browse files Browse the repository at this point in the history
  • Loading branch information
liudf0716 authored Apr 17, 2017
1 parent dce1125 commit 49b43bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xkcp_util.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 49b43bf

Please sign in to comment.