summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2008-12-20 15:28:16 +0000
committerSeth Mos <seth.mos@xs4all.nl>2008-12-20 15:28:16 +0000
commit0087b9f2bb9bebf6c717475922b39dd471ab74f8 (patch)
tree1540ffb65bb707f701533b74459a73072433c114 /etc
parent9b77cde65b1826a4bc743fe55dc08c8db2c11671 (diff)
downloadpfsense-0087b9f2bb9bebf6c717475922b39dd471ab74f8.zip
pfsense-0087b9f2bb9bebf6c717475922b39dd471ab74f8.tar.gz
Add logging
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/config.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/inc/config.inc b/etc/inc/config.inc
index e1587b7..d103067 100644
--- a/etc/inc/config.inc
+++ b/etc/inc/config.inc
@@ -2085,7 +2085,7 @@ endif;
exec("cd $rrddbpath;/usr/bin/find *-quality.rrd", $databases);
rsort($databases);
foreach($databases as $database) {
- log_error("Upgrading rrd database {$rrddbpath}{$database}");
+ log_error("Migrate RRD database {$rrddbpath}{$database}");
mwexec("$rrdtool tune {$rrddbpath}{$database} -r roundtrip:delay ");
}
/* let apinger recreate required files */
@@ -2100,6 +2100,7 @@ endif;
$xmldumptmp = "{$database}.tmp.xml";
$xmldumpnew = "{$database}.new.xml";
+ log_error("Migrate RRD database {$rrddbpath}/{$database} to new format)";
echo "Migrate RRD database {$rrddbpath}/{$database} to new format \n";
/* rename DS source */
mwexec("$rrdtool tune {$rrddbpath}/{$database} -r in:inpass");
OpenPOWER on IntegriCloud