diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-03-21 21:06:14 -0500 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-03-04 02:54:12 +0100 |
commit | 716ff74371312637ee6b95ed073950822b48c2d2 (patch) | |
tree | 263a5665bb417a8e522b397f9b8b0900dcd19108 /kdecore | |
parent | a715e3607b75d2b63c87616ba9aad0ebfb540a4d (diff) | |
download | tdelibs-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.cpp | 2 |
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; |