diff options
author | James Booth <boothj5@gmail.com> | 2015-06-23 23:37:52 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-06-23 23:37:52 +0100 |
commit | 8eb921e34a8df48ae74e5e2c38133bcd51b6e4f4 (patch) | |
tree | fc2951869413145966dc3a35099dbaf2259c730e /src | |
parent | d89a9862b1005fb43e9c35b0888f51356c1a31fc (diff) | |
parent | 02cd8d2330abf589679d089bfcf20ac76825f658 (diff) | |
download | profani-tty-8eb921e34a8df48ae74e5e2c38133bcd51b6e4f4.tar.gz |
Merge remote-tracking branch 'pasis/ui-log-fix'
Diffstat (limited to 'src')
-rw-r--r-- | src/ui/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/core.c b/src/ui/core.c index ec5ae9af..a7e46437 100644 --- a/src/ui/core.c +++ b/src/ui/core.c @@ -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(); |