1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

ui: decreased log level of the message on resizing

Resizing of terminal window can produce many logs "Resizing UI". Also
they are not so informative to be shown without -l DEBUG.
This commit is contained in:
Dmitry Podgorny 2015-06-23 22:03:09 +00:00
parent 2d3537515d
commit 02cd8d2330

View File

@ -254,7 +254,7 @@ ui_resize(void)
resizeterm(w.ws_row, w.ws_col);
refresh();
log_info("Resizing UI");
log_debug("Resizing UI");
title_bar_resize();
wins_resize_all();
status_bar_resize();