diff options
-rwxr-xr-x | test/test-serial | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-serial b/test/test-serial index 73561cc1..f6d60224 100755 --- a/test/test-serial +++ b/test/test-serial @@ -30,7 +30,7 @@ serial = dbus.Interface(bus.get_object("org.bluez", path), node = serial.Connect(service) -print "Connected %s to %s" % (device, address) +print "Connected %s to %s" % (node, address) print "Press CTRL-C to disconnect" |