summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tty-term.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tty-term.c b/tty-term.c
index 201d0e1d..5338d0d9 100644
--- a/tty-term.c
+++ b/tty-term.c
@@ -263,6 +263,8 @@ tty_term_override(struct tty_term *term, const char *overrides)
} else
val = xstrdup("");
+ log_debug("%s override: %s %s",
+ term->name, entstr, removeflag ? "@" : val);
for (i = 0; i < NTTYCODE; i++) {
ent = &tty_term_codes[i];
if (strcmp(entstr, ent->name) != 0)