Add source code module name [kdetcompmgr] to stdout/stderr messages to improve readability.

(cherry picked from commit 598ec0e5fc)
v3.5.13-sru
Darrell Anderson 13 years ago committed by Slávek Banko
parent a715e3607b
commit 716ff74371

@ -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;

Loading…
Cancel
Save