summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/cmd-show-messages.c
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2015-11-24 21:19:46 +0000
committernicm <nicm@openbsd.org>2015-11-24 21:19:46 +0000
commit0a607e68121471034e862839247963a0dc80fceb (patch)
tree0169528762bd072b6f44d383811be2d1911c10ee /usr.bin/tmux/cmd-show-messages.c
parentRevert previous tweak, pending a more complete rewording. Discussed with (diff)
downloadwireguard-openbsd-0a607e68121471034e862839247963a0dc80fceb.tar.xz
wireguard-openbsd-0a607e68121471034e862839247963a0dc80fceb.zip
Make the log stuff a bit tidier with some helper functions.
Diffstat (limited to 'usr.bin/tmux/cmd-show-messages.c')
-rw-r--r--usr.bin/tmux/cmd-show-messages.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/tmux/cmd-show-messages.c b/usr.bin/tmux/cmd-show-messages.c
index de1b7cf5410..5f5273f4045 100644
--- a/usr.bin/tmux/cmd-show-messages.c
+++ b/usr.bin/tmux/cmd-show-messages.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cmd-show-messages.c,v 1.13 2015/07/28 15:18:10 nicm Exp $ */
+/* $OpenBSD: cmd-show-messages.c,v 1.14 2015/11/24 21:19:46 nicm Exp $ */
/*
* Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -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);