fix: correct typo on LOG_WARNING (#3286)

This commit is contained in:
Connor Tumbleson
2023-01-28 14:38:53 +01:00
committed by GitHub
parent fe22b85c58
commit 72c5bfbf97
@@ -159,7 +159,7 @@ function miniupnpd_configure_do($verbose = false)
$ifaces_active .= ", {$iface}";
}
} else {
log_msg("miniupnpd: Interface {$iface} has no ip address, ignoring", LOG_WARING);
log_msg("miniupnpd: Interface {$iface} has no ip address, ignoring", LOG_WARNING);
}
} else {
log_msg("miniupnpd: Could not resolve real interface for {$iface}", LOG_ERR);