diff options
author | nicm <nicm> | 2015-11-24 21:19:46 +0000 |
---|---|---|
committer | nicm <nicm> | 2015-11-24 21:19:46 +0000 |
commit | 9cccb8c1159b0a4747b5152e2df08e42207b574d (patch) | |
tree | 61099cb87d37ada9605022281a705c1ddf73c121 /cmd-show-messages.c | |
parent | 4ec61bef461aba6d5849bce971a241850b8d7ef6 (diff) | |
download | rtmux-9cccb8c1159b0a4747b5152e2df08e42207b574d.tar.gz rtmux-9cccb8c1159b0a4747b5152e2df08e42207b574d.tar.bz2 rtmux-9cccb8c1159b0a4747b5152e2df08e42207b574d.zip |
Make the log stuff a bit tidier with some helper functions.
Diffstat (limited to 'cmd-show-messages.c')
-rw-r--r-- | cmd-show-messages.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd-show-messages.c b/cmd-show-messages.c index 92ac5cc2..3d2edf9a 100644 --- a/cmd-show-messages.c +++ b/cmd-show-messages.c @@ -61,7 +61,6 @@ cmd_show_messages_server(struct cmd_q *cmdq) cmdq_print(cmdq, "started %s", tim); cmdq_print(cmdq, "socket path %s", socket_path); - cmdq_print(cmdq, "debug level %d", debug_level); cmdq_print(cmdq, "protocol version %d", PROTOCOL_VERSION); return (1); |