Przeglądaj źródła

remove printf on evs join because groups may be binary data and crash executive

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@989 fd59a12c-fef9-0310-b244-a6a79926bd2f
Steven Dake 20 lat temu
rodzic
commit
613cc0ec9d
1 zmienionych plików z 0 dodań i 7 usunięć
  1. 0 7
      exec/evs.c

+ 0 - 7
exec/evs.c

@@ -284,13 +284,6 @@ static void message_handler_req_evs_join (void *conn, void *msg)
 		goto exit_error;
 	}
 
-#ifdef DEBUG
-{ int i;
-	for (i = 0; i < req_lib_evs_join->group_entries; i++) {
-		printf ("Joining group %s\n", req_lib_evs_join->groups[i].key);
-	}
-}
-#endif
 	addr = realloc (evs_pd->groups, sizeof (struct evs_group) * 
 		(evs_pd->group_entries + req_lib_evs_join->group_entries));
 	if (addr == 0) {