From f0542c9a67ddc1089050303336864ad423ba4853 Mon Sep 17 00:00:00 2001 From: PiBa-NL Date: Mon, 30 Sep 2013 19:14:37 +0200 Subject: haproxy-devel, spelling correction (thanks phil-davis) spelling (thanks phil-davis) & removing fixed HAProxy text for "haproxy_xmlrpcsyncclient.inc" --- config/haproxy-devel/haproxy_xmlrpcsyncclient.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config/haproxy-devel/haproxy_xmlrpcsyncclient.inc') diff --git a/config/haproxy-devel/haproxy_xmlrpcsyncclient.inc b/config/haproxy-devel/haproxy_xmlrpcsyncclient.inc index 5c4a373b..781b7544 100644 --- a/config/haproxy-devel/haproxy_xmlrpcsyncclient.inc +++ b/config/haproxy-devel/haproxy_xmlrpcsyncclient.inc @@ -60,7 +60,7 @@ function xmlrpc_sync_execute($syncinfo) { $donotsync = true; if($donotsync) { - log_error("Disallowing sync loop for HAProxy sync."); + log_error("Disallowing sync loop for {$sync_logname} sync."); return; } @@ -114,7 +114,7 @@ function xmlrpc_sync_execute($syncinfo) { log_error("{$sync_logname} XMLRPC sync successfully completed with {$url}:{$port}."); } - /* tell haproxy to reload our settings on the destionation sync host. */ + /* tell package to reload our settings on the destination sync host. */ $method = 'pfsense.exec_php'; $execcmd = "require_once('{$sync_include}');\n"; $execcmd .= "{$sync_function}();\n"; @@ -125,7 +125,7 @@ function xmlrpc_sync_execute($syncinfo) { XML_RPC_encode($execcmd) ); - log_error("HAProxy XMLRPC reload data {$url}:{$port}."); + log_error("{$sync_logname} XMLRPC reload data {$url}:{$port}."); $msg = new XML_RPC_Message($method, $params); $cli = new XML_RPC_Client('/xmlrpc.php', $url, $port); $cli->setCredentials('admin', $password); -- cgit v1.2.3