Parcourir la source

CPG: remove irratating log "downlist received left_list:"

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@3043 fd59a12c-fef9-0310-b244-a6a79926bd2f
Angus Salkeld il y a 15 ans
Parent
commit
f8cfb5eeec
1 fichiers modifiés avec 0 ajouts et 4 suppressions
  1. 0 4
      services/cpg.c

+ 0 - 4
services/cpg.c

@@ -1031,10 +1031,6 @@ static void message_handler_req_exec_cpg_downlist(
 			req_exec_cpg_downlist->left_nodes, downlist_state);
 		return;
 	}
-	else {
-		log_printf (LOGSYS_LEVEL_INFO, "downlist received left_list: %d",
-			req_exec_cpg_downlist->left_nodes);
-	}
 
 	stored_msg = malloc (sizeof (struct downlist_msg));
 	stored_msg->sender_nodeid = nodeid;