Add source code module name [twin-workspace] to stdout/stderr messages to improve readability.

(cherry picked from commit 13806ac476)
v3.5.13-sru
Darrell Anderson 12 years ago committed by Slávek Banko
parent 98cc024c40
commit 67bcc91c63

@ -242,7 +242,7 @@ Workspace::Workspace( bool restore )
strcat(filename, home);
strcat(filename, configfile);
printf("reading '%s' as kompmgr pidfile\n\n", filename);
printf("[kwin-workspace] reading '%s' as kompmgr pidfile\n\n", filename);
// Now that we did all that by way of introduction...read the file!
FILE *pFile;
@ -1094,7 +1094,7 @@ void Workspace::slotReconfigure()
strcat(filename, home);
strcat(filename, configfile);
printf("reading '%s' as kompmgr pidfile\n\n", filename);
printf("[kwin-workspace] reading '%s' as kompmgr pidfile\n\n", filename);
// Now that we did all that by way of introduction...read the file!
FILE *pFile;

Loading…
Cancel
Save