Skip to content

Commit

Permalink
Update xkcp_mon.c
Browse files Browse the repository at this point in the history
  • Loading branch information
liudf0716 authored Apr 17, 2017
1 parent 49b43bf commit 2dab245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xkcp_mon.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ static void process_user_cmd(struct bufferevent *bev, const char *cmd)
{
debug(LOG_DEBUG, "cmd is %s", cmd);
if (strcmp(cmd, "status") == 0) {
dump_task_list(get_xkcp_task_list());
dump_task_list(get_xkcp_task_list(), bev);
}
}

Expand Down

0 comments on commit 2dab245

Please sign in to comment.