summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 00f4b64..e2f713a 100644
--- a/etc/inc/vpn.inc
+++ b/etc/inc/vpn.inc
@@ -789,7 +789,7 @@ EOD;
/* mange racoon process */
if (is_process_running("racoon")) {
sleep("0.1");
- log_error("IPSEC: Send a reload signal to the IPsec process");
+ log_error("IPSEC: Sent a reload signal to the IPsec process");
mwexec("/usr/local/sbin/racoonctl -s /var/run/racoon.sock reload-config", false);
} else {
/* flush SA + SPD entries */
OpenPOWER on IntegriCloud