Explorar o código

Remove debug printf in track stop operation

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1128 fd59a12c-fef9-0310-b244-a6a79926bd2f
Steven Dake %!s(int64=19) %!d(string=hai) anos
pai
achega
f44141fe11
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      lib/clm.c

+ 0 - 1
lib/clm.c

@@ -620,7 +620,6 @@ saClmClusterTrackStop (
 
 	req_lib_clm_trackstop.header.size = sizeof (struct req_lib_clm_trackstop);
 	req_lib_clm_trackstop.header.id = MESSAGE_REQ_CLM_TRACKSTOP;
-	DPRINT (("cluster track stop\n"));
 	error = saHandleInstanceGet (&clmHandleDatabase, clmHandle,
 		(void *)&clmInstance);
 	if (error != SA_AIS_OK) {