summaryrefslogtreecommitdiffstats
path: root/test/test-network-registration
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-network-registration')
-rwxr-xr-xtest/test-network-registration2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-network-registration b/test/test-network-registration
index 8d2176b5..5bc713a0 100755
--- a/test/test-network-registration
+++ b/test/test-network-registration
@@ -66,7 +66,7 @@ if __name__ == "__main__":
print ""
print "Operator at path: '%s'" % (path)
- print "Name: '%s', MCC: '%d', MNC: '%d', status: '%s'" %\
+ print "Name: '%s', MCC: '%s', MNC: '%s', status: '%s'" %\
(props['Name'], props['MobileCountryCode'],
props['MobileNetworkCode'], props['Status'])