From e15521d96b21cb0c771cce7cbe2ceb38f27c8844 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Wed, 7 Mar 2012 17:22:58 -0600 Subject: Add source code module name to stdout/stderr messages to improve readability. --- dcop/dcopidl/scanner.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dcop/dcopidl') diff --git a/dcop/dcopidl/scanner.cc b/dcop/dcopidl/scanner.cc index afc411cca..da3481c04 100644 --- a/dcop/dcopidl/scanner.cc +++ b/dcop/dcopidl/scanner.cc @@ -2528,7 +2528,7 @@ YY_BUFFER_STATE yy_scan_bytes (yyconst char * yybytes, int _yybytes_len ) static void yy_fatal_error (yyconst char* msg ) { - (void) fprintf( stderr, "%s\n", msg ); + (void) fprintf( stderr, "[dcopidl-scanner] %s\n", msg ); exit( YY_EXIT_FAILURE ); } -- cgit v1.2.1