diff options
author | Seth Mos <seth.mos@xs4all.nl> | 2008-12-21 00:19:33 +0000 |
---|---|---|
committer | Seth Mos <seth.mos@xs4all.nl> | 2008-12-21 00:19:33 +0000 |
commit | 1e2793215beb91e3a7f5e09b76fa09b56dcb9d6f (patch) | |
tree | 8e7563c7fa0ac4f1c6eeb0e622c8b0eeeec306fc /etc/inc/config.inc | |
parent | 0e7000234ed533ea9bae442e2cf920e6362f39a7 (diff) | |
download | pfsense-1e2793215beb91e3a7f5e09b76fa09b56dcb9d6f.zip pfsense-1e2793215beb91e3a7f5e09b76fa09b56dcb9d6f.tar.gz |
More debuggingeven
Diffstat (limited to 'etc/inc/config.inc')
-rw-r--r-- | etc/inc/config.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/inc/config.inc b/etc/inc/config.inc index aaa26ae..37eef3e 100644 --- a/etc/inc/config.inc +++ b/etc/inc/config.inc @@ -2086,7 +2086,8 @@ endif; rsort($databases); print_r($databases); foreach($databases as $database) { - log_error("Migrate RRD database {$rrddbpath}{$database}"); + log_error("Migrate RRD database {$rrddbpath}/{$database} to new format"); + echo "Migrate RRD database {$rrddbpath}/{$database} to new format \n"; mwexec("$rrdtool tune {$rrddbpath}{$database} -r roundtrip:delay "); } /* let apinger recreate required files */ |