diff options
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | test/test-service.c | 2 | 
2 files changed, 4 insertions, 2 deletions
| @@ -1,3 +1,7 @@ +2004-03-21  Havoc Pennington  <hp@redhat.com> + +	* test/test-service.c (main): remove debug spew +  2004-03-21  Olivier Andrieu  <oliv__a@users.sourceforge.net>  	* dbus/dbus-marshal.c (_dbus_marshal_validate_arg): accept empty diff --git a/test/test-service.c b/test/test-service.c index 6f77c3da..7ee61ad6 100644 --- a/test/test-service.c +++ b/test/test-service.c @@ -190,8 +190,6 @@ main (int    argc,                                               &echo_vtable,                                               NULL))      die ("No memory"); -   -  printf ("Acquiring service\n");    result = dbus_bus_acquire_service (connection, "org.freedesktop.DBus.TestSuiteEchoService",                                       0, &error); | 
