render: make resize log messages debug messages

This commit is contained in:
Daniel Eklöf 2019-07-30 22:01:49 +02:00
parent caaf84dfd3
commit 10536aad3f
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -671,7 +671,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_INFO("resize: %dx%d, grid: cols=%d, rows=%d",
LOG_DBG("resize: %dx%d, grid: cols=%d, rows=%d",
term->width, term->height, term->cols, term->rows);
/* Signal TIOCSWINSZ */