mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 12:56:21 +00: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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user