typo fixed

This commit is contained in:
Jordi Sanfeliu 2013-10-24 10:50:22 +02:00
parent 9fbedccb81
commit bfe54d3b49
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ sub kern_init {
} }
} }
if(scalar(@rra) != 12 + (4 * $config->{max_historic_years})) { if(scalar(@rra) != 12 + (4 * $config->{max_historic_years})) {
logger("$myself: Detected size mismatch between 'max_historic_years' (" . $config->{max_historic_years} . ") and $rrd (" . ((scalar(@rra) -12) / 4) . "). Resizing it accordingly. All historic data will be lost. Backup file created."); logger("$myself: Detected size mismatch between 'max_historic_years' (" . $config->{max_historic_years} . ") and $rrd (" . ((scalar(@rra) -12) / 4) . "). Resizing it accordingly. All historical data will be lost. Backup file created.");
rename($rrd, "$rrd.bak"); rename($rrd, "$rrd.bak");
} }
} }