diff --git a/test/process-context-settings b/test/process-context-settings index b77d95db..09635b32 100755 --- a/test/process-context-settings +++ b/test/process-context-settings @@ -37,6 +37,7 @@ for path, properties in modems: if settings["Method"] == "dhcp": print " Run DHCP on interface %s" % (interface) else: + print " Interface is %s" % (interface) print " IP address is %s" % (address) print " Gateway is %s" % (gateway)