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