[Openais] [PATCH]: openais/trunk: Remove debug stuff from lck_sync_init

Ryan O'Hara rohara at redhat.com
Tue Jul 7 12:30:45 PDT 2009


The lck_print_resource_list call in lck_sync_init is causing problems
since it is ifdef'd out. This problem was introduced in a recent patch
made to trunk. It isn't needed, so just remove it.

Ryan

-------------- next part --------------
Index: services/lck.c
===================================================================
--- services/lck.c	(revision 2023)
+++ services/lck.c	(working copy)
@@ -1360,9 +1360,6 @@
 	/* DEBUG */
 	log_printf (LOGSYS_LEVEL_DEBUG, "[DEBUG]: lck_sync_init\n");
 
-	/* DEBUG */
-	lck_print_resource_list (&resource_list_head);
-
 	lck_sync_resource_enter ();
 
 	/*


More information about the Openais mailing list