From 4f2311b2e2e31d24e1b3dde9301f7d9185f53440 Mon Sep 17 00:00:00 2001 From: Aki Niemi Date: Fri, 3 Dec 2010 14:46:51 +0200 Subject: [PATCH] test: Fix script output There is no proposing, just action. --- test/scan-for-operators | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/scan-for-operators b/test/scan-for-operators index 285f1111..82fe3f4f 100755 --- a/test/scan-for-operators +++ b/test/scan-for-operators @@ -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')