2004-03-21 Havoc Pennington <hp@redhat.com>

* test/test-service.c (main): remove debug spew
This commit is contained in:
Havoc Pennington 2004-03-21 16:26:56 +00:00
parent eacb2afdc2
commit 2195cf0dbd
2 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -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);