summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2004-03-21 16:26:56 +0000
committerHavoc Pennington <hp@redhat.com>2004-03-21 16:26:56 +0000
commit2195cf0dbde2ae26b5a684c6d914c1711f44c28d (patch)
tree44e7392e332dd34032c7cdbe435a0bd1b9c57153 /test
parenteacb2afdc2903874f5dfde80b4ee338ea333c75e (diff)
2004-03-21 Havoc Pennington <hp@redhat.com>
* test/test-service.c (main): remove debug spew
Diffstat (limited to 'test')
-rw-r--r--test/test-service.c2
1 files changed, 0 insertions, 2 deletions
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);