hal/hald hald.c,1.15,1.16

David Zeuthen david at freedesktop.org
Sun Aug 29 08:57:44 PDT 2004


Update of /cvs/hal/hal/hald
In directory gabe:/tmp/cvs-serv10542/hald

Modified Files:
	hald.c 
Log Message:
2004-08-29  David Zeuthen  <david at fubar.dk>

	* hald/linux/block_class_device.c (detect_media): Set volume.fsusage
	to empty string by default
	(block_class_pre_process): Also set volume.fsusage to empty string by
	default. Set storage.drive_type to disk by default (should now work
	the the ub kernel driver instead of usb-storage)

	* hald/hald.c (main): Print out version

	* tools/linux/hal_dev.c (main): Put in option for more debug



Index: hald.c
===================================================================
RCS file: /cvs/hal/hal/hald/hald.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- hald.c	25 Aug 2004 20:55:13 -0000	1.15
+++ hald.c	29 Aug 2004 15:57:41 -0000	1.16
@@ -314,7 +314,11 @@
 	else
 		logger_disable ();
 
-	HAL_DEBUG (("opt_become_daemon = %d", opt_become_daemon));
+	HAL_INFO ((PACKAGE_STRING));
+	if (opt_become_daemon)
+		HAL_INFO (("Will daemonize"));
+	else
+		HAL_INFO (("Will not daemonize"));
 
 	if (opt_become_daemon) {
 		int child_pid;




More information about the hal-commit mailing list