This is the mail archive of the cluster-cvs@sourceware.org mailing list for the cluster.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

cluster: RHEL5 - clogd: stray log message made it in... pulling it.


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=80f2a20fa0e13b4d8101d2089036945763676daa
Commit:        80f2a20fa0e13b4d8101d2089036945763676daa
Parent:        8ece72fb5162f0cb43806778960605cb5d9ca7a8
Author:        Jonathan Brassow <jbrassow@redhat.com>
AuthorDate:    Mon Dec 8 18:01:14 2008 -0600
Committer:     Jonathan Brassow <jbrassow@redhat.com>
CommitterDate: Mon Dec 8 18:01:14 2008 -0600

clogd: stray log message made it in... pulling it.

---
 cmirror/src/cluster.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/cmirror/src/cluster.c b/cmirror/src/cluster.c
index 900eefa..d077382 100644
--- a/cmirror/src/cluster.c
+++ b/cmirror/src/cluster.c
@@ -1246,10 +1246,8 @@ static void cpg_leave_callback(struct clog_cpg *match,
 		i = 1; /* We do not have a DM_CLOG_MEMBER_JOIN entry */
 		list_for_each_safe(p, n, &match->startup_list) {
 			tfr = (struct clog_tfr *)p;
-			if (tfr->request_type == DM_CLOG_MEMBER_JOIN) {
-				LOG_ERROR("    %u", tfr->originator);
+			if (tfr->request_type == DM_CLOG_MEMBER_JOIN)
 				i++;
-			}
 		}
 
 		if (i == member_list_entries) {


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]