1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00

cleanup: Remove message used for development

Failed to clean out all messages used during development.
This commit is contained in:
Jonathan Brassow 2013-06-24 06:16:39 -05:00
parent c9e8e7c235
commit 88288ab433

View File

@ -591,9 +591,6 @@ static int _read_raid_params(struct lvcreate_params *lp,
/* Rates are recorded in kiB/sec/disk, not sectors/sec/disk */
lp->min_recovery_rate /= 2;
lp->max_recovery_rate /= 2;
log_error("min = %u, max = %u",
lp->min_recovery_rate,
lp->max_recovery_rate);
if (lp->max_recovery_rate &&
(lp->max_recovery_rate < lp->min_recovery_rate)) {