1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

Merge remote-tracking branch 'pasis/ui-log-fix'

This commit is contained in:
James Booth 2015-06-23 23:37:52 +01:00
commit 8eb921e34a

View File

@ -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();