summaryrefslogtreecommitdiffstats
path: root/twin
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-03-21 21:04:31 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-03-21 21:04:31 -0500
commit13806ac476cd81d196e38612c81c7a1c76976c31 (patch)
tree91b2c3335de3a995b41f67b2cb8250f98a8188c2 /twin
parenteef7d3a4500e988530ab78866aaa6e0f70480a13 (diff)
downloadtdebase-13806ac476cd81d196e38612c81c7a1c76976c31.tar.gz
tdebase-13806ac476cd81d196e38612c81c7a1c76976c31.zip
Add source code module name [twin-workspace] to stdout/stderr messages to improve readability.
Diffstat (limited to 'twin')
-rw-r--r--twin/workspace.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/twin/workspace.cpp b/twin/workspace.cpp
index fb59002f8..9e003a1ec 100644
--- a/twin/workspace.cpp
+++ b/twin/workspace.cpp
@@ -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;