From b2f408002ea3d19c1e51664fe0511fc9a8119bec Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sat, 2 Mar 2013 18:08:37 -0600 Subject: Fix when kdetcompmgr printf message is displayed. --- tdecore/kdetcompmgr.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tdecore/kdetcompmgr.cpp b/tdecore/kdetcompmgr.cpp index 964cd49be..694d60b0a 100644 --- a/tdecore/kdetcompmgr.cpp +++ b/tdecore/kdetcompmgr.cpp @@ -70,14 +70,13 @@ int main(int argc, char **argv) strcat(filename, home); strcat(filename, configfile); - 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; char buffer[255]; pFile = fopen(filename, "r"); int kompmgrpid = 0; if (pFile) { + printf("[kdetcompmgr] Using '%s' as kompmgr pidfile\n", filename); // obtain file size fseek (pFile , 0 , SEEK_END); unsigned long lSize = ftell (pFile); -- cgit v1.2.3