OSDN Git Service

test: Fix test-network logging after a successful connection
authorJohan Hedberg <johan.hedberg@intel.com>
Fri, 21 Dec 2012 08:10:53 +0000 (10:10 +0200)
committerJohan Hedberg <johan.hedberg@intel.com>
Fri, 21 Dec 2012 08:11:24 +0000 (10:11 +0200)
test/test-network

index 62d6004..626cd99 100755 (executable)
@@ -37,7 +37,7 @@ network = dbus.Interface(bus.get_object("org.bluez", device.object_path),
 
 iface = network.Connect(service)
 
-print("Connected %s to %s" % (device, address))
+print("Connected to %s service %s, interface %s" % (args[0], service, iface))
 
 print("Press CTRL-C to disconnect")