Clarify konsole printf output message.

pull/2/head
Darrell Anderson 11 years ago
parent f745371f2b
commit 6409e49025

@ -1272,7 +1272,7 @@ void TEmuVt102::scan_buffer_report()
void TEmuVt102::ReportErrorToken() void TEmuVt102::ReportErrorToken()
{ {
#ifndef NDEBUG #ifndef NDEBUG
printf("undecodable "); scan_buffer_report(); printf("[konsole TEmuVt102] Undecodable/unrecognized "); scan_buffer_report();
#endif #endif
} }

Loading…
Cancel
Save