summaryrefslogtreecommitdiffstats
path: root/etc/rc.newwanip
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.newwanip')
-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