Send Linux-ha-cvs mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.community.tummy.com/mailman/listinfo/linux-ha-cvs
or, via email, send a message with subject or body 'help' to
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Linux-ha-cvs digest..."


Today's Topics:

   1. Linux-HA CVS: heartbeat by gshi from 
      ([email protected])


----------------------------------------------------------------------

Message: 1
Date: Thu,  1 Dec 2005 16:22:29 -0700 (MST)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: heartbeat by gshi from 
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>

linux-ha CVS committal

Author  : gshi
Host    : 
Project : linux-ha
Module  : heartbeat

Dir     : linux-ha/heartbeat


Modified Files:
        heartbeat.c 


Log Message:
print out the pid of the process being killed


===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/heartbeat/heartbeat.c,v
retrieving revision 1.473
retrieving revision 1.474
diff -u -3 -r1.473 -r1.474
--- heartbeat.c 12 Nov 2005 18:32:22 -0000      1.473
+++ heartbeat.c 1 Dec 2005 23:22:28 -0000       1.474
@@ -2,7 +2,7 @@
  * TODO:
  * 1) Man page update
  */
-/* $Id: heartbeat.c,v 1.473 2005/11/12 18:32:22 lars Exp $ */
+/* $Id: heartbeat.c,v 1.474 2005/12/01 23:22:28 gshi Exp $ */
 /*
  * heartbeat: Linux-HA heartbeat code
  *
@@ -3298,8 +3298,9 @@
                }
                if (0 != signo) {
                        cl_log(shutdown_in_progress ? LOG_DEBUG : LOG_ERR
-                       ,       "Client %s killed by signal %d."
+                       ,       "Client %s(pid=%d) killed by signal %d."
                        ,       managedchild->command
+                      ,        (int)p->pid
                        ,       signo);
                }
        }
@@ -6018,6 +6019,9 @@
 
 /*
  * $Log: heartbeat.c,v $
+ * Revision 1.474  2005/12/01 23:22:28  gshi
+ * print out the pid of the process being killed
+ *
  * Revision 1.473  2005/11/12 18:32:22  lars
  * Fix a log message.
  *




------------------------------

_______________________________________________
Linux-ha-cvs mailing list
[email protected]
http://lists.community.tummy.com/mailman/listinfo/linux-ha-cvs


End of Linux-ha-cvs Digest, Vol 25, Issue 2
*******************************************

Reply via email to