Change "device" in information print into "node"

This commit is contained in:
Ville Tervo 2008-11-24 08:19:36 +02:00 committed by Johan Hedberg
parent 3862e5642d
commit 529726b566

View File

@ -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"