summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-04-19 21:08:24 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-04-19 21:08:24 +0000
commit73924eeef08d6dfef60b469d9cdc47e1cb09690f (patch)
treea69fc2b7d2009f10be8d841f6938d488dcbb7973 /etc
parent4a622e95aa01b3ccddfd7e2a2fbc9d9156dbee3a (diff)
downloadpfsense-73924eeef08d6dfef60b469d9cdc47e1cb09690f.zip
pfsense-73924eeef08d6dfef60b469d9cdc47e1cb09690f.tar.gz
Note that we use the username admin when syncing in the error messages
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/filter.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 633bdb5..66b3d79 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -3031,11 +3031,11 @@ function carp_sync_xml($url, $password, $sections, $port = 80, $method = 'pfsens
/* send our XMLRPC message and timeout after 240 seconds */
$resp = $cli->send($msg, "240");
if(!$resp) {
- $error = "A communications error occured while attempting XMLRPC sync with {$url}:{$port}.";
+ $error = "A communications error occured while attempting XMLRPC sync with username admin {$url}:{$port}.";
log_error($error);
file_notice("sync_settings", $error, "Settings Sync", "");
} elseif($resp->faultCode()) {
- $error = "An error code was received while attempting XMLRPC sync with {$url}:{$port} - Code " . $resp->faultCode() . ": " . $resp->faultString();
+ $error = "An error code was received while attempting XMLRPC sync with username admin {$url}:{$port} - Code " . $resp->faultCode() . ": " . $resp->faultString();
log_error($error);
file_notice("sync_settings", $error, "Settings Sync", "");
} else {
OpenPOWER on IntegriCloud