summaryrefslogtreecommitdiffstats
path: root/tdecore/kdetcompmgr.cpp
diff options
context:
space:
mode:
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;