summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-06-09 20:04:42 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-06-09 20:04:42 +0000
commit5c6c1712b8318ecd663a312bb9b5ada9254b868e (patch)
tree250d2c41db675a36a92d28e33f4dc39d83bf0767 /etc
parenta2b58f83b217a3f42b89b997c879bab3435aea07 (diff)
downloadpfsense-5c6c1712b8318ecd663a312bb9b5ada9254b868e.zip
pfsense-5c6c1712b8318ecd663a312bb9b5ada9254b868e.tar.gz
Cleanup logging line so that it is more readable.
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 edb1345..a37a287 100755
--- a/etc/rc.newwanip
+++ b/etc/rc.newwanip
@@ -54,7 +54,7 @@ if($argument <> "") {
$interface_real = $config['interfaces']['wan']['if'];
}
-log_error("rc.newwanip working with IP address {$curwanip} {$interface} {$interface_real}.");
+log_error("rc.newwanip working with (IP address: {$curwanip}) (interface: {$interface}) (interface real: {$interface_real}).");
if($curwanip == "0.0.0.0") {
log_error("Failed to update WAN IP, restarting dhclient.");
OpenPOWER on IntegriCloud