summaryrefslogtreecommitdiffstats
path: root/etc/rc.newwanip
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-09-21 22:13:00 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-09-21 22:13:00 +0000
commit06ad079be0407ecc1def6b23e8745c6bd488ff53 (patch)
tree89c37b10bcc272c0272a24746ca9142255f360a6 /etc/rc.newwanip
parentc1c2b58ddfe2beb386f2b7f07d6c542d81f6055a (diff)
downloadpfsense-06ad079be0407ecc1def6b23e8745c6bd488ff53.zip
pfsense-06ad079be0407ecc1def6b23e8745c6bd488ff53.tar.gz
Include interface in the syslog notice
Diffstat (limited to 'etc/rc.newwanip')
-rwxr-xr-xetc/rc.newwanip2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.newwanip b/etc/rc.newwanip
index 83d2234..09b666b 100755
--- a/etc/rc.newwanip
+++ b/etc/rc.newwanip
@@ -78,7 +78,7 @@
fclose($fd);
}
- log_error("Informational: DHClient spawned /etc/rc.newwanip and the new ip is {$curwanip}.");
+ log_error("Informational: DHClient spawned /etc/rc.newwanip and the new ip is {$interface} - {$curwanip}.");
/* after IP change, update DynDNS */
services_dyndns_configure();
OpenPOWER on IntegriCloud