From 276efd64ea04806fd71bb363cc8b411eb051f8c1 Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Tue, 4 Nov 2014 18:24:01 -0600 Subject: touch up text --- etc/inc/ipsec.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'etc') diff --git a/etc/inc/ipsec.inc b/etc/inc/ipsec.inc index c8833c1..601f17d 100644 --- a/etc/inc/ipsec.inc +++ b/etc/inc/ipsec.inc @@ -463,13 +463,13 @@ function ipsec_smp_dump_status() { global $config, $g, $custom_listtags; if (!file_exists("{$g['varrun_path']}/charon.xml")) { - log_error("IPsec daemon seems to have issues or not running!"); + log_error("IPsec daemon not running or has a problem!"); return; } $fd = @fsockopen("unix://{$g['varrun_path']}/charon.xml"); if (!$fd) { - log_error("Could not read status from ipsec"); + log_error("Could not read status from IPsec"); return; } $query = ''; @@ -607,7 +607,7 @@ function ipsec_dump_mobile() { $_gb = exec("/usr/local/sbin/ipsec stroke leases > {$g['tmp_path']}/strongswan_leases.xml"); if (!file_exists("{$g['tmp_path']}/strongswan_leases.xml")) { - log_error(gettext("IPsec daemon seems to have issues or not running! Could not display mobile user stats!")); + log_error(gettext("Unable to find IPsec daemon leases file. Could not display mobile user stats!")); return array(); } -- cgit v1.1