Skip to content

Commit

Permalink
fix: correct typo on LOG_WARNING (opnsense#3286)
Browse files Browse the repository at this point in the history
  • Loading branch information
iBotPeaches authored Jan 28, 2023
1 parent fe22b85 commit 72c5bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/upnp/src/etc/inc/plugins.inc.d/miniupnpd.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 72c5bfb

Please sign in to comment.