summaryrefslogtreecommitdiffstats
path: root/kio/kio/lex.c
diff options
context:
space:
mode:
Diffstat (limited to 'kio/kio/lex.c')
-rw-r--r--kio/kio/lex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kio/kio/lex.c b/kio/kio/lex.c
index 4b8cb21f7..99848a2f3 100644
--- a/kio/kio/lex.c
+++ b/kio/kio/lex.c
@@ -1584,7 +1584,7 @@ static void yy_fatal_error( msg )
char msg[];
#endif
{
- (void) fprintf( stderr, "%s\n", msg );
+ (void) fprintf( stderr, "[lex] %s\n", msg );
exit( YY_EXIT_FAILURE );
}