[pisa-src] r1512 - trunk/libpisa/util.c

  • From: Thomas Jansen <mithi@xxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Wed, 04 Nov 2009 14:23:03 +0100

Author: tjansen
Date: Wed Nov  4 14:23:02 2009
New Revision: 1512

Log:
Match the debug output of the killold and !killold cases.

Modified:
   trunk/libpisa/util.c

Modified: trunk/libpisa/util.c
==============================================================================
--- trunk/libpisa/util.c        Wed Nov  4 14:19:25 2009        (r1511)
+++ trunk/libpisa/util.c        Wed Nov  4 14:23:02 2009        (r1512)
@@ -320,7 +320,7 @@
                PISA_IFEL(!killold, -12,
                         "PISA daemon already running with pid %d\n", old_pid);
 
-               PISA_INFO("\nDaemon is already running with pID %d\n"
+               PISA_INFO("\nPISA daemon already running with pid %d\n"
                         "-k option given, terminating old one...\n", old_pid);
                /* Erase the old lock file to avoid having multiple pids
                   in the file */

Other related posts:

  • » [pisa-src] r1512 - trunk/libpisa/util.c - Thomas Jansen