summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2013-11-14 10:42:48 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2013-11-14 10:42:48 -0600
commit6409e49025dc64eb11490091692d03421c9db1ea (patch)
tree26fb84268846366b4f1268c7a9f5b71ccac86724
parentf745371f2bb25ba8d86baea6c0e509617db3ae7e (diff)
downloadtdebase-6409e49025dc64eb11490091692d03421c9db1ea.tar.gz
tdebase-6409e49025dc64eb11490091692d03421c9db1ea.zip
Clarify konsole printf output message.
-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
}