diff --git a/systemvm/debian/root/health_checks/gateways_check.py b/systemvm/debian/root/health_checks/gateways_check.py index 29ce884ca99..e2c3f3f356d 100644 --- a/systemvm/debian/root/health_checks/gateways_check.py +++ b/systemvm/debian/root/health_checks/gateways_check.py @@ -44,7 +44,7 @@ def main(): unreachableGateWays.append(gw) if len(unreachableGateWays) == 0: - print "All " + str(len(gws)) + " gateways are reachable via ping" + print "All " + str(len(gwsList)) + " gateways are reachable via ping" exit(0) else: print "Unreachable gateways found-"