summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-09-13 17:23:31 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-09-13 17:23:31 +0000
commit5519481c0dd9d4dd2fde3e0683f3e2c27a95047d (patch)
tree2073b25c9efaf157bc6faaf9daa45cc3c17592ad /etc/inc
parent93c5672e940288fbd92f1b1a720b6eadf3100b71 (diff)
downloadpfsense-5519481c0dd9d4dd2fde3e0683f3e2c27a95047d.zip
pfsense-5519481c0dd9d4dd2fde3e0683f3e2c27a95047d.tar.gz
Mark beginning and ending of XML sync
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/filter.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 4554e04..188dc69 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -2357,10 +2357,11 @@ function carp_sync_xml($url, $password, $section, $section_xml, $method = 'pfsen
else
$port = "443";
}
+ log_error("begin synchronize XML configuration data to $url on port $port");
$cli = new XML_RPC_Client('/xmlrpc.php', $url, $port);
$cli->setCredentials('admin', $password);
$resp = $cli->send($msg);
- log_error("synchronize XML to $url on port $port");
+ log_error("end synchronize XML configuration data to $url on port $port");
}
function carp_sync_client() {
OpenPOWER on IntegriCloud