render: change resize debug log message to an info log message

This commit is contained in:
Daniel Eklöf 2019-08-23 17:23:09 +02:00
parent 7c7720a3ab
commit 74a0c5f3fc
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -774,7 +774,7 @@ render_resize(struct terminal *term, int width, int height)
term->alt.num_rows = new_alt_grid_rows;
term->alt.num_cols = new_cols;
LOG_DBG("resize: %dx%d, grid: cols=%d, rows=%d",
LOG_INFO("resize: %dx%d, grid: cols=%d, rows=%d",
term->width, term->height, term->cols, term->rows);
/* Signal TIOCSWINSZ */