summaryrefslogtreecommitdiffstats
path: root/etc/inc/config.inc
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2008-12-23 14:06:08 +0000
committerSeth Mos <seth.mos@xs4all.nl>2008-12-23 14:06:08 +0000
commit33c1b271d1817dd821d5176f2dcad75da1b72914 (patch)
treeb16750270abdcd193c65017fe4d3ffb0e78b3fc2 /etc/inc/config.inc
parent0cc292de8237d3abe916fa3873f0b608655096c0 (diff)
downloadpfsense-33c1b271d1817dd821d5176f2dcad75da1b72914.zip
pfsense-33c1b271d1817dd821d5176f2dcad75da1b72914.tar.gz
Remove log_error statements as syslog does not work during the config upgrade stage
Diffstat (limited to 'etc/inc/config.inc')
-rw-r--r--etc/inc/config.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/inc/config.inc b/etc/inc/config.inc
index 40121e8..8ebf01b 100644
--- a/etc/inc/config.inc
+++ b/etc/inc/config.inc
@@ -2095,7 +2095,6 @@ endif;
$xmldump = "{$database}.old.xml";
$xmldumpnew = "{$database}.new.xml";
- log_error("Migrate RRD database {$database} to new format");
echo "Migrate RRD database {$database} to new format \n";
mwexec("$rrdtool tune {$rrddbpath}{$database} -r roundtrip:delay 2>&1");
@@ -2131,7 +2130,6 @@ endif;
$xmldumptmp = "{$database}.tmp.xml";
$xmldumpnew = "{$database}.new.xml";
- log_error("Migrate RRD database {$database} to new format");
echo "Migrate RRD database {$database} to new format \n";
/* rename DS source */
mwexec("$rrdtool tune {$rrddbpath}/{$database} -r in:inpass 2>&1");
OpenPOWER on IntegriCloud