comment out noisy HAL_INFO call

Robert Love rml at ximian.com
Fri Mar 26 19:48:04 EET 2004


Hi, David!

The HAL_INFO("exiting") call in linux/linux_class_block.c ::
media_detect_timer_handler() is a little, uh, noisy.

There is a HAL_INFO("entering") call at the top of the function that is
commented out.  I suspect that this one should be the same.

Patch against today's CVS.

	Robert Love


RCS file: /cvs/hal/hal/hald/linux/linux_class_block.c,v
retrieving revision 1.26
diff -u -r1.26 linux_class_block.c
--- hald/linux/linux_class_block.c	3 Mar 2004 17:56:56 -0000	1.26
+++ hald/linux/linux_class_block.c	26 Mar 2004 17:45:19 -0000
@@ -1392,7 +1425,7 @@
 		etc_mtab_process_all_block_devices (FALSE);
 	}
 
-	HAL_INFO (("exiting"));
+	/*HAL_INFO (("exiting"));*/
 
 	return TRUE;
 }






More information about the xdg mailing list