diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-03-21 21:06:14 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-03-21 21:06:14 -0500 |
commit | 598ec0e5fcb8432000ae96d73c031075ec1771ac (patch) | |
tree | 76b6cd7bbe6b32c06f1b48d3adeefe542be882ee | |
parent | b72ffa4cc88aefb707471d6467df7cbe066502a2 (diff) | |
download | tdelibs-598ec0e5fcb8432000ae96d73c031075ec1771ac.tar.gz tdelibs-598ec0e5fcb8432000ae96d73c031075ec1771ac.zip |
Add source code module name [kdetcompmgr] to stdout/stderr messages to improve readability.
-rw-r--r-- | tdecore/kdetcompmgr.cpp | 2 |
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; |