diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-11-14 10:42:48 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-11-14 10:42:48 -0600 |
commit | 6409e49025dc64eb11490091692d03421c9db1ea (patch) | |
tree | 26fb84268846366b4f1268c7a9f5b71ccac86724 /konsole | |
parent | f745371f2bb25ba8d86baea6c0e509617db3ae7e (diff) | |
download | tdebase-6409e49025dc64eb11490091692d03421c9db1ea.tar.gz tdebase-6409e49025dc64eb11490091692d03421c9db1ea.zip |
Clarify konsole printf output message.
Diffstat (limited to 'konsole')
-rw-r--r-- | konsole/konsole/TEmuVt102.cpp | 2 |
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 } |