hal/hald hald_dbus.c,1.19,1.20

David Zeuthen david at freedesktop.org
Mon Jan 31 21:17:57 PST 2005


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

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

	This is largely based on this patch

	 http://lists.freedesktop.org/archives/hal/2005-January/002002.html

	from Richard Hughes <ee21rh at surrey.ac.uk> but much mangled by
	myself

	* hald/linux2/util.c (hal_util_get_parent_path): Renamed from
	hal_util_get_parent_sysfs_path.
	(hal_util_grep_file): New function
	(hal_util_set_string_elem_from_file): New function
	(hal_util_set_int_elem_from_file): New function
	(hal_util_set_bool_elem_from_file): New function

	* hald/linux2/util.h: Add new prototypes

	* hald/linux2/osspec.c (osspec_probe): Call acpi_probe.

	* hald/linux2/acpi.[ch]: New files

	* hald/linux2/Makefile.am (libhald_linux2_la_SOURCES): Add acpi.[ch]



Index: hald_dbus.c
===================================================================
RCS file: /cvs/hal/hal/hald/hald_dbus.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- hald_dbus.c	31 Jan 2005 20:06:39 -0000	1.19
+++ hald_dbus.c	1 Feb 2005 05:17:55 -0000	1.20
@@ -1867,12 +1867,6 @@
 			   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_ORG_FREEDESKTOP_LOCAL,
 				    "Disconnected") &&




More information about the hal-commit mailing list