From f45458c321d49fd5c1d6375771822989055c650e Mon Sep 17 00:00:00 2001 From: vvaltman Date: Tue, 11 Nov 2014 21:12:03 +0300 Subject: [PATCH] increased log level for status updates --- interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface.c b/interface.c index 5351622..8c7e225 100644 --- a/interface.c +++ b/interface.c @@ -2009,7 +2009,7 @@ void callback_extf (struct tgl_state *TLS, void *extra, int success, char *buf) void user_status_upd (struct tgl_state *TLS, struct tgl_user *U) { if (disable_output && !notify_ev) { return; } if (!binlog_read) { return; } - if (log_level < 2) { return; } + if (log_level < 3) { return; } struct in_ev *ev = notify_ev; mprint_start (ev); mpush_color (ev, COLOR_YELLOW);