Răsfoiți Sursa

Get rid of junk debug statement

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@921 fd59a12c-fef9-0310-b244-a6a79926bd2f
Steven Dake 20 ani în urmă
părinte
comite
e7abe20d67
1 a modificat fișierele cu 0 adăugiri și 1 ștergeri
  1. 0 1
      exec/ckpt.c

+ 0 - 1
exec/ckpt.c

@@ -1526,7 +1526,6 @@ static void message_handler_req_exec_ckpt_checkpointopen (
 
 
 	if (message_source_is_local(&req_exec_ckpt_checkpointopen->source)) {
 	if (message_source_is_local(&req_exec_ckpt_checkpointopen->source)) {
 		checkpoint_cleanup = malloc (sizeof (struct checkpoint_cleanup));
 		checkpoint_cleanup = malloc (sizeof (struct checkpoint_cleanup));
-printf ("allocating checkpoint cleanup %p\n", checkpoint_cleanup);
 		if (checkpoint_cleanup == 0) {
 		if (checkpoint_cleanup == 0) {
 			error = SA_AIS_ERR_NO_MEMORY;
 			error = SA_AIS_ERR_NO_MEMORY;
 			goto error_exit;
 			goto error_exit;