summaryrefslogtreecommitdiffstats
path: root/tdeprint/fooscanner.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeprint/fooscanner.cpp')
-rw-r--r--tdeprint/fooscanner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeprint/fooscanner.cpp b/tdeprint/fooscanner.cpp
index 0cf15d2d1..f4d554a09 100644
--- a/tdeprint/fooscanner.cpp
+++ b/tdeprint/fooscanner.cpp
@@ -1591,7 +1591,7 @@ static void yy_fatal_error( msg )
char msg[];
#endif
{
- (void) fprintf( stderr, "%s\n", msg );
+ (void) fprintf( stderr, "[fooscanner] %s\n", msg );
exit( YY_EXIT_FAILURE );
}