diff options
-rwxr-xr-x | etc/rc.newwanip | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.newwanip b/etc/rc.newwanip index a611714..c7da8eb 100755 --- a/etc/rc.newwanip +++ b/etc/rc.newwanip @@ -59,7 +59,7 @@ if(empty($argument)) { log_error("rc.newwanip: on (IP address: {$curwanip}) (interface: {$interface}) (real interface: {$interface_real})."); if($curwanip == "0.0.0.0") { - log_error("rc.newwanip: Failed to update WAN IP, restarting..."); + log_error("rc.newwanip: Failed to update {$interface} IP, restarting..."); interface_configure($interface); exit; } |