mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-07 04:06:07 -05:00
render: make "new buffer" a debug log message, not warning
This commit is contained in:
parent
9150aa5d43
commit
86faed473d
1 changed files with 1 additions and 1 deletions
2
render.c
2
render.c
|
|
@ -299,7 +299,7 @@ grid_render(struct terminal *term)
|
|||
static struct buffer *last_buf = NULL;
|
||||
if (last_buf != buf || false) {
|
||||
if (last_buf != NULL) {
|
||||
LOG_WARN("new buffer");
|
||||
LOG_DBG("new buffer");
|
||||
|
||||
/* Fill area outside the cell grid with the default background color */
|
||||
int rmargin = term->cols * term->cell_width;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue