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;