diff options
author | Ville Tervo <ville.tervo@nokia.com> | 2008-11-24 08:19:36 +0200 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2008-11-24 09:59:01 +0200 |
commit | 529726b5660ec5aca98b618303718967b758f15f (patch) | |
tree | 43512088161271c02dd94c560cdbc36d5c5a0be7 /test | |
parent | 3862e5642d1dfcab7a3090cfb1daed2544a7b04d (diff) |
Change "device" in information print into "node"
Diffstat (limited to 'test')
-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" |