From 07a0c7238ccd14632816372e8297c1678dd81531 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sat, 1 Feb 2020 19:29:31 +0100 Subject: [PATCH] vt: collect (intermediate): log a warning if user supplied more than two intermediates --- vt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vt.c b/vt.c index 155d4f7e..ccfc0a98 100644 --- a/vt.c +++ b/vt.c @@ -265,7 +265,7 @@ action_collect(struct terminal *term, uint8_t c) else if (term->vt.private[1] == 0) term->vt.private[1] = c; else - LOG_DBG("only two private/intermediate characters supported"); + LOG_WARN("only two private/intermediate characters supported"); } static void