hal/hald hald_dbus.c,1.33,1.34

David Zeuthen david at freedesktop.org
Mon Apr 11 11:51:52 PDT 2005


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

Modified Files:
	hald_dbus.c 
Log Message:
2005-04-11  David Zeuthen  <davidz at redhat.com>

	* configure.in: Add /var/lib/music to the search path for pci.ids.
	Patch from Murray Cumming <murrayc at murrayc.com>, fdo bug #2547.



Index: hald_dbus.c
===================================================================
RCS file: /cvs/hal/hal/hald/hald_dbus.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- hald_dbus.c	8 Apr 2005 18:10:19 -0000	1.33
+++ hald_dbus.c	11 Apr 2005 18:51:50 -0000	1.34
@@ -2395,10 +2395,12 @@
 hald_dbus_filter_function (DBusConnection * connection,
 			   DBusMessage * message, void *user_data)
 {
+	/*
 	HAL_INFO (("obj_path=%s interface=%s method=%s", 
 		   dbus_message_get_path(message), 
 		   dbus_message_get_interface(message),
 		   dbus_message_get_member(message)));
+	*/
 
 	if (dbus_message_is_signal (message, DBUS_INTERFACE_LOCAL, "Disconnected") &&
 	    strcmp (dbus_message_get_path (message), DBUS_PATH_LOCAL) == 0) {




More information about the hal-commit mailing list