summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2014-11-04 18:24:01 -0600
committerChris Buechler <cmb@pfsense.org>2014-11-04 18:24:01 -0600
commit276efd64ea04806fd71bb363cc8b411eb051f8c1 (patch)
tree45da7688a417d736c23e30e331cbe5d5c9aa8525 /etc
parent32171e5935e864d33618e1a26961b0379003d63e (diff)
downloadpfsense-276efd64ea04806fd71bb363cc8b411eb051f8c1.zip
pfsense-276efd64ea04806fd71bb363cc8b411eb051f8c1.tar.gz
touch up text
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/ipsec.inc6
1 files changed, 3 insertions, 3 deletions
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 = '<?xml version="1.0"?><message xmlns="http://www.strongswan.org/smp/1.0" type="request" id="1">';
@@ -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();
}
OpenPOWER on IntegriCloud