summaryrefslogtreecommitdiffstats
path: root/tdecore/kdetcompmgr.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-03-21 21:06:14 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-03-21 21:06:14 -0500
commit598ec0e5fcb8432000ae96d73c031075ec1771ac (patch)
tree76b6cd7bbe6b32c06f1b48d3adeefe542be882ee /tdecore/kdetcompmgr.cpp
parentb72ffa4cc88aefb707471d6467df7cbe066502a2 (diff)
downloadtdelibs-598ec0e5fcb8432000ae96d73c031075ec1771ac.tar.gz
tdelibs-598ec0e5fcb8432000ae96d73c031075ec1771ac.zip
Add source code module name [kdetcompmgr] to stdout/stderr messages to improve readability.
Diffstat (limited to 'tdecore/kdetcompmgr.cpp')
-rw-r--r--tdecore/kdetcompmgr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/kdetcompmgr.cpp b/tdecore/kdetcompmgr.cpp
index d989bbe19..bfc3ac66e 100644
--- a/tdecore/kdetcompmgr.cpp
+++ b/tdecore/kdetcompmgr.cpp
@@ -70,7 +70,7 @@ int main(int argc, char **argv)
strcat(filename, home);
strcat(filename, configfile);
- printf("reading '%s' as kompmgr pidfile\n\n", filename);
+ printf("[kdetcompmgr] reading '%s' as kompmgr pidfile\n\n", filename);
// Now that we did all that by way of introduction...read the file!
FILE *pFile;