about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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();