mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
fix: correct typo on LOG_WARNING (#3286)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user