summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-02-18 20:20:41 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-02-18 20:20:41 +0000
commit2aa80139d3512a0f3d5d8adce98aa90629342632 (patch)
treedd25ce895dfffe9c4913eb7fbe16dfa5143721bf /etc
parent7926fd61bb52a77fe111c356ce342b324b069f8c (diff)
downloadpfsense-2aa80139d3512a0f3d5d8adce98aa90629342632.zip
pfsense-2aa80139d3512a0f3d5d8adce98aa90629342632.tar.gz
Note the interface that we are working on in the logs to ensure that we are obtaining the IP address correctly initially
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.newwanip4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.newwanip b/etc/rc.newwanip
index 29df929..03ac976 100755
--- a/etc/rc.newwanip
+++ b/etc/rc.newwanip
@@ -36,12 +36,12 @@ require_once("globals.inc");
require_once("config.inc");
require_once("functions.inc");
-log_error("Informational: rc.newwanip is starting.");
-
/* WAN IP address has changed */
$argument = str_replace("\n", "", $argv[1]);
+log_error("Informational: rc.newwanip is starting {$argument}.");
+
if($argument <> "") {
$curwanip = find_interface_ip($argument);
$interface = convert_real_interface_to_friendly_interface_name($argument);
OpenPOWER on IntegriCloud