Просмотр исходного кода

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 лет назад
Родитель
Сommit
e7abe20d67
1 измененных файлов с 0 добавлено и 1 удалено
  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)) {
 		checkpoint_cleanup = malloc (sizeof (struct checkpoint_cleanup));
-printf ("allocating checkpoint cleanup %p\n", checkpoint_cleanup);
 		if (checkpoint_cleanup == 0) {
 			error = SA_AIS_ERR_NO_MEMORY;
 			goto error_exit;