summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2009-03-26 01:27:10 -0400
committerChris Buechler <cmb@pfsense.org>2009-03-26 01:27:10 -0400
commitc1285ca641b1e76447fc206ef144a7920c30bc2e (patch)
treeb991e263b7dd441c9ff791d6c85920602f5826c5 /etc
parent12df13d44d005ee4e7d53be77dc74a7b9b0fb07e (diff)
downloadpfsense-c1285ca641b1e76447fc206ef144a7920c30bc2e.zip
pfsense-c1285ca641b1e76447fc206ef144a7920c30bc2e.tar.gz
Change log message. This doesn't necessarily mean the IP has changed, so it was misleading.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/vpn.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/vpn.inc b/etc/inc/vpn.inc
index 335effc..296016b 100644
--- a/etc/inc/vpn.inc
+++ b/etc/inc/vpn.inc
@@ -1296,7 +1296,7 @@ function reload_tunnel_spd_policy($tunnel, $oldtunnel) {
"{$tunnel['p2']['protocol']}/tunnel/{$rgip}-" .
"{$ep}/unique;\n";
- log_error("IPSEC: Tunnel '{$tunnel['descr']}' has changed IP from '{$oldgw}' to '{$rgip}', reloading policy");
+ log_error("Reloading IPsec tunnel '{$tunnel['descr']}'. Previous IP '{$oldgw}', current IP '{$rgip}'. Reloading policy");
$now = time();
$spdfile = tempnam("{$g['tmp_path']}", "spd.conf.reload.{$now}.");
OpenPOWER on IntegriCloud