diff --git a/firewall/firewall-add b/firewall/firewall-add index 927a404..2efd706 100755 --- a/firewall/firewall-add +++ b/firewall/firewall-add @@ -139,7 +139,7 @@ if [[ -z "$TARGET_IP" ]]; then if [[ -z "$APP_IP" ]]; then debug "No any IP address found for TARGET: $TARGET, try again to resolv"; name_resolver $i; - debug "source ip is $APP_IP"; + debug "target ip is $APP_IP"; if [[ -z "$APP_IP" ]]; then debug "No any IP address found for TARGET: $TARGET, giving up";