summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--konsole/konsole/TEmuVt102.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/konsole/konsole/TEmuVt102.cpp b/konsole/konsole/TEmuVt102.cpp
index 3f47afc1f..7a1704590 100644
--- a/konsole/konsole/TEmuVt102.cpp
+++ b/konsole/konsole/TEmuVt102.cpp
@@ -1272,7 +1272,7 @@ void TEmuVt102::scan_buffer_report()
void TEmuVt102::ReportErrorToken()
{
#ifndef NDEBUG
- printf("undecodable "); scan_buffer_report();
+ printf("[konsole TEmuVt102] Undecodable/unrecognized "); scan_buffer_report();
#endif
}