From 598ec0e5fcb8432000ae96d73c031075ec1771ac Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Wed, 21 Mar 2012 21:06:14 -0500 Subject: Add source code module name [kdetcompmgr] to stdout/stderr messages to improve readability. --- tdecore/kdetcompmgr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdecore') 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; -- cgit v1.2.1