mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-26 01:40:12 -05:00
csi: change flash log message from warning to debug
This commit is contained in:
parent
0dd8951cb3
commit
07aad4a534
1 changed files with 1 additions and 1 deletions
2
csi.c
2
csi.c
|
|
@ -578,7 +578,7 @@ csi_dispatch(struct terminal *term, uint8_t final)
|
|||
case 1001: {
|
||||
/* Our own private - flash */
|
||||
unsigned duration_ms = vt_param_get(term, 1, 100);
|
||||
LOG_WARN("FLASH for %ums", duration_ms);
|
||||
LOG_DBG("FLASH for %ums", duration_ms);
|
||||
|
||||
struct itimerspec alarm = {
|
||||
.it_value = {.tv_sec = 0, .tv_nsec = duration_ms * 1000000},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue