3.0: small update

This commit is contained in:
Jordi Sanfeliu 2012-12-05 15:45:45 +01:00
parent 436aaf109d
commit ad7ed8fd8e
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ sub disk_init {
}
}
if(scalar(@ds) / 24 != keys(%{$disk->{list}})) {
logger("Detected size mismatch between <disk>...</disk> (" . keys(%{$disk->{list}}) . ") and $rrd (" . scalar(@ds) / 24 . "). Resizing it accordingly. All historic data will be lost. Backup file created.");
logger("Detected size mismatch between <list>...</list> (" . keys(%{$disk->{list}}) . ") and $rrd (" . scalar(@ds) / 24 . "). Resizing it accordingly. All historic data will be lost. Backup file created.");
rename($rrd, "$rrd.bak");
}
}