mirror of
https://github.com/profanity-im/profanity.git
synced 2025-02-02 15:08:15 -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:
parent
2d3537515d
commit
02cd8d2330
@ -254,7 +254,7 @@ ui_resize(void)
|
|||||||
resizeterm(w.ws_row, w.ws_col);
|
resizeterm(w.ws_row, w.ws_col);
|
||||||
refresh();
|
refresh();
|
||||||
|
|
||||||
log_info("Resizing UI");
|
log_debug("Resizing UI");
|
||||||
title_bar_resize();
|
title_bar_resize();
|
||||||
wins_resize_all();
|
wins_resize_all();
|
||||||
status_bar_resize();
|
status_bar_resize();
|
||||||
|
Loading…
Reference in New Issue
Block a user