From 6409e49025dc64eb11490091692d03421c9db1ea Mon Sep 17 00:00:00 2001
From: Darrell Anderson <humanreadable@yahoo.com>
Date: Thu, 14 Nov 2013 10:42:48 -0600
Subject: Clarify konsole printf output message.

---
 konsole/konsole/TEmuVt102.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 }
 
-- 
cgit v1.2.1