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 lars from
([email protected])
----------------------------------------------------------------------
Message: 1
Date: Sat, 12 Nov 2005 11:32:23 -0700 (MST)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: heartbeat by lars from
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
linux-ha CVS committal
Author : lars
Host :
Project : linux-ha
Module : heartbeat
Dir : linux-ha/heartbeat
Modified Files:
heartbeat.c
Log Message:
Fix a log message.
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/heartbeat/heartbeat.c,v
retrieving revision 1.472
retrieving revision 1.473
diff -u -3 -r1.472 -r1.473
--- heartbeat.c 11 Nov 2005 23:33:27 -0000 1.472
+++ heartbeat.c 12 Nov 2005 18:32:22 -0000 1.473
@@ -2,7 +2,7 @@
* TODO:
* 1) Man page update
*/
-/* $Id: heartbeat.c,v 1.472 2005/11/11 23:33:27 gshi Exp $ */
+/* $Id: heartbeat.c,v 1.473 2005/11/12 18:32:22 lars Exp $ */
/*
* heartbeat: Linux-HA heartbeat code
*
@@ -931,7 +931,7 @@
if (mp->vf->close(mp) != HA_OK){
- cl_log(LOG_ERR, "cannot open %s %s",
+ cl_log(LOG_ERR, "cannot close %s %s",
mp->type,
mp->name);
return HA_FAIL;
@@ -6018,6 +6018,9 @@
/*
* $Log: heartbeat.c,v $
+ * Revision 1.473 2005/11/12 18:32:22 lars
+ * Fix a log message.
+ *
* Revision 1.472 2005/11/11 23:33:27 gshi
* bug 929: Read / Write child processes should not have access to unneeded
file descriptors
*
------------------------------
_______________________________________________
Linux-ha-cvs mailing list
[email protected]
http://lists.community.tummy.com/mailman/listinfo/linux-ha-cvs
End of Linux-ha-cvs Digest, Vol 24, Issue 48
********************************************