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

pull/2/head
Darrell Anderson 12 years ago
parent eef7d3a450
commit 13806ac476

@ -242,7 +242,7 @@ Workspace::Workspace( bool restore )
strcat(filename, home);
strcat(filename, configfile);
printf("reading '%s' as kompmgr pidfile\n\n", filename);
printf("[twin-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("[twin-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