Explorar el Código

Remove extra printf debug.

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1778 fd59a12c-fef9-0310-b244-a6a79926bd2f
Steven Dake hace 17 años
padre
commit
c5c15450be
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      exec/totemrrp.c

+ 1 - 0
exec/totemrrp.c

@@ -1707,6 +1707,7 @@ int totemrrp_ring_reenable (
 	int res = 0;
 	int res = 0;
 	unsigned int i;
 	unsigned int i;
 
 
+printf ("totemrrp ring reenable\n");
 	res = hdb_handle_get (&totemrrp_instance_database, handle,
 	res = hdb_handle_get (&totemrrp_instance_database, handle,
 		(void *)&instance);
 		(void *)&instance);
 	if (res != 0) {
 	if (res != 0) {