From 780a346071c762151a444eb8a256491bc6e76f88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sat, 28 Sep 2019 13:59:11 +0200 Subject: [PATCH] vt: don't log ignored execute commands cat:ing a binary file would otherwise result in us spamming syslog. --- vt.c | 1 - 1 file changed, 1 deletion(-) diff --git a/vt.c b/vt.c index c3caed48..a2ac1faf 100644 --- a/vt.c +++ b/vt.c @@ -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; }