summaryrefslogtreecommitdiffstats
path: root/kdecore
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-03-21 21:06:14 -0500
committerSlávek Banko <slavek.banko@axis.cz>2013-03-04 02:54:12 +0100
commit716ff74371312637ee6b95ed073950822b48c2d2 (patch)
tree263a5665bb417a8e522b397f9b8b0900dcd19108 /kdecore
parenta715e3607b75d2b63c87616ba9aad0ebfb540a4d (diff)
downloadtdelibs-716ff74371312637ee6b95ed073950822b48c2d2.tar.gz
tdelibs-716ff74371312637ee6b95ed073950822b48c2d2.zip
Add source code module name [kdetcompmgr] to stdout/stderr messages to improve readability.
(cherry picked from commit 598ec0e5fcb8432000ae96d73c031075ec1771ac)
Diffstat (limited to 'kdecore')
-rw-r--r--kdecore/kdetcompmgr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdecore/kdetcompmgr.cpp b/kdecore/kdetcompmgr.cpp
index 4cfdeb112..43a326ac1 100644
--- a/kdecore/kdetcompmgr.cpp
+++ b/kdecore/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;