summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-02-18 20:26:25 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-02-18 20:26:25 +0000
commit31a66d448b0194c7d79a6046a6889f5748c17dd9 (patch)
tree58139b41160b3ab18e7dcb675f35ed34f45a5bec /etc
parenta884031712da057b3c5325406e5543a13a205a7b (diff)
downloadpfsense-31a66d448b0194c7d79a6046a6889f5748c17dd9.zip
pfsense-31a66d448b0194c7d79a6046a6889f5748c17dd9.tar.gz
Log more information during rc.newwanip
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.newwanip2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.newwanip b/etc/rc.newwanip
index e4af419..bb2c6d4 100755
--- a/etc/rc.newwanip
+++ b/etc/rc.newwanip
@@ -54,7 +54,7 @@ if($argument <> "") {
$interface_real = $config['interfaces']['wan']['if'];
}
-log_error("Failed to update WAN IP, restarting dhclient.");
+log_error("rc.newwanip working with IP address {$curwanip} {$interface} {$interface_real}.");
if($curwanip == "0.0.0.0") {
log_error("Failed to update WAN IP, restarting dhclient.");
OpenPOWER on IntegriCloud