vt: don't log ignored execute commands

cat:ing a binary file would otherwise result in us spamming syslog.
This commit is contained in:
Daniel Eklöf 2019-09-28 13:59:11 +02:00
parent 67905c6000
commit 780a346071
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

1
vt.c
View file

@ -856,7 +856,6 @@ action(struct terminal *term, enum action _action, uint8_t c)
break;
default:
LOG_WARN("execute: ignoring: %c (0x%02x)", c, c);
break;
}