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: lib by sunjd from ([email protected])
----------------------------------------------------------------------
Message: 1
Date: Tue, 7 Mar 2006 03:09:57 -0700 (MST)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: lib by sunjd from
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
linux-ha CVS committal
Author : sunjd
Host :
Project : linux-ha
Module : lib
Dir : linux-ha/lib/plugins/lrm
Modified Files:
raexecstonith.c
Log Message:
log tweak
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/lib/plugins/lrm/raexecstonith.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- raexecstonith.c 5 Dec 2005 15:15:09 -0000 1.13
+++ raexecstonith.c 7 Mar 2006 10:09:57 -0000 1.14
@@ -193,8 +193,9 @@
/* send the RA operation to stonithd to simulate a RA's actions */
if ( 0==STRNCMP_CONST(op_type, "start")
|| 0==STRNCMP_CONST(op_type, "stop") ) {
- cl_log(LOG_INFO, "STONITH device %s %s <rsc_id=%s>"
- , rsc_type, op_type, rsc_id);
+ cl_log(LOG_DEBUG
+ , "Will %s STONITH resource <rsc_id=%s> : Device=%s"
+ , op_type, rsc_id, rsc_type);
}
op = g_new(stonithRA_ops_t, 1);
------------------------------
_______________________________________________
Linux-ha-cvs mailing list
[email protected]
http://lists.community.tummy.com/mailman/listinfo/linux-ha-cvs
End of Linux-ha-cvs Digest, Vol 28, Issue 5
*******************************************