mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Do not enable debug
This commit is contained in:
parent
512f2c10af
commit
a49413cb49
@ -100,10 +100,6 @@ function carp_check_version($url, $username, $password, $method = 'host_firmware
|
||||
|
||||
$numberofruns = 0;
|
||||
while ($numberofruns < 2) {
|
||||
if ($numberofruns > 0) {
|
||||
$options['debug'] = true;
|
||||
}
|
||||
|
||||
$numberofruns++;
|
||||
|
||||
$cli = XML_RPC2_Client::create($url, $options);
|
||||
@ -259,10 +255,6 @@ function carp_sync_xml($url, $username, $password, $sections, $method = 'restore
|
||||
|
||||
$numberofruns = 0;
|
||||
while ($numberofruns < 2) {
|
||||
if ($numberofruns > 0) {
|
||||
$options['debug'] = true;
|
||||
}
|
||||
|
||||
$numberofruns++;
|
||||
|
||||
log_error("Beginning XMLRPC sync to {$url}.");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user