Commit f45458c3 authored by vvaltman's avatar vvaltman

increased log level for status updates

parent ba4e76ed
...@@ -2009,7 +2009,7 @@ void callback_extf (struct tgl_state *TLS, void *extra, int success, char *buf) ...@@ -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) { void user_status_upd (struct tgl_state *TLS, struct tgl_user *U) {
if (disable_output && !notify_ev) { return; } if (disable_output && !notify_ev) { return; }
if (!binlog_read) { return; } if (!binlog_read) { return; }
if (log_level < 2) { return; } if (log_level < 3) { return; }
struct in_ev *ev = notify_ev; struct in_ev *ev = notify_ev;
mprint_start (ev); mprint_start (ev);
mpush_color (ev, COLOR_YELLOW); mpush_color (ev, COLOR_YELLOW);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment