test: Fix script output

There is no proposing, just action.
This commit is contained in:
Aki Niemi 2010-12-03 14:46:51 +02:00
parent 9daca1ffa8
commit 4f2311b2e2
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ else:
modems = manager.GetModems()
path = modems[0][0]
print "Propose scanning for modem %s..." % path
print "Scanning operators on modem %s..." % path
netreg = dbus.Interface(bus.get_object('org.ofono', path),
'org.ofono.NetworkRegistration')