Skip to content

Commit

Permalink
Generalize yet more references.
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-p committed Mar 27, 2012
1 parent 520941e commit d8e4fb6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/varnish64/varnish.inc
Expand Up @@ -723,7 +723,7 @@ function varnish_do_xmlrpc_sync($sync_to_ip, $password) {
$cli->setCredentials('admin', $password);
$resp = $cli->send($msg, "250");
if(!$resp) {
$error = "A communications error occurred while attempting varnish XMLRPC sync with {$url}:{$port} (pfsense.exec_php).";
$error = "A communications error occurred while attempting varnish XMLRPC sync with {$url}:{$port} (exec_php).";
log_error($error);
file_notice("sync_settings", $error, "varnish Settings Sync", "");
} elseif($resp->faultCode()) {
Expand All @@ -733,7 +733,7 @@ function varnish_do_xmlrpc_sync($sync_to_ip, $password) {
log_error($error);
file_notice("sync_settings", $error, "varnish Settings Sync", "");
} else {
log_error("varnish XMLRPC reload data success with {$url}:{$port} (pfsense.exec_php).");
log_error("varnish XMLRPC reload data success with {$url}:{$port} (exec_php).");
}

}
Expand Down
2 changes: 1 addition & 1 deletion config/varnish64/varnish_sync.xml
Expand Up @@ -86,7 +86,7 @@
<field>
<fielddescr>Automatically sync Varnish configuration changes</fielddescr>
<fieldname>synconchanges</fieldname>
<description>pfSense will automatically sync changes to the hosts defined below.</description>
<description>Automatically sync changes to the hosts defined below.</description>
<type>checkbox</type>
</field>
<field>
Expand Down

0 comments on commit d8e4fb6

Please sign in to comment.