about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-06-23 23:37:52 +0100
committerJames Booth <boothj5@gmail.com>2015-06-23 23:37:52 +0100
commit8eb921e34a8df48ae74e5e2c38133bcd51b6e4f4 (patch)
treefc2951869413145966dc3a35099dbaf2259c730e /src
parentd89a9862b1005fb43e9c35b0888f51356c1a31fc (diff)
parent02cd8d2330abf589679d089bfcf20ac76825f658 (diff)
downloadprofani-tty-8eb921e34a8df48ae74e5e2c38133bcd51b6e4f4.tar.gz
Merge remote-tracking branch 'pasis/ui-log-fix'
Diffstat (limited to 'src')
-rw-r--r--src/ui/core.c2
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();