summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorVille Tervo <ville.tervo@nokia.com>2008-11-24 08:19:36 +0200
committerJohan Hedberg <johan.hedberg@nokia.com>2008-11-24 09:59:01 +0200
commit529726b5660ec5aca98b618303718967b758f15f (patch)
tree43512088161271c02dd94c560cdbc36d5c5a0be7 /test
parent3862e5642d1dfcab7a3090cfb1daed2544a7b04d (diff)
Change "device" in information print into "node"
Diffstat (limited to 'test')
-rwxr-xr-xtest/test-serial2
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"