dbus/bus driver.c,1.62,1.63

Havoc Pennington hp at freedesktop.org
Sat Jan 29 23:44:10 PST 2005


Update of /cvs/dbus/dbus/bus
In directory gabe:/tmp/cvs-serv18909/bus

Modified Files:
	driver.c 
Log Message:
2005-01-30  Havoc Pennington  <hp at redhat.com>

	* glib/dbus-gobject.c (introspect_properties): fix the XML
	generated

	* dbus/dbus-message.c (dbus_message_unref): add an in_cache flag
	which effectively detects the use of freed messages

	* glib/dbus-gobject.c (handle_introspect): modify and return the
	reply message instead of the incoming message

	* dbus/dbus-object-tree.c (handle_default_introspect_unlocked):
	gee, maybe it should SEND THE XML instead of just making a string
	and freeing it again ;-)

	* tools/dbus-print-message.c (print_message): improve printing of
	messages

	* configure.in: add debug-glib.service to the output



Index: driver.c
===================================================================
RCS file: /cvs/dbus/dbus/bus/driver.c,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- driver.c	30 Jan 2005 05:18:44 -0000	1.62
+++ driver.c	30 Jan 2005 07:44:08 -0000	1.63
@@ -470,7 +470,7 @@
                               DBUS_TYPE_INVALID))
     return FALSE;
   
-  _dbus_verbose ("Trying to own service %s with flags 0x%x\n", name, flags);
+  _dbus_verbose ("Trying to own name %s with flags 0x%x\n", name, flags);
   
   retval = FALSE;
   reply = NULL;



More information about the dbus-commit mailing list