1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

remove debugging print

This commit is contained in:
David Teigland 2018-02-13 15:53:59 -06:00
parent c29899b910
commit 89f54a5094

View File

@ -802,9 +802,7 @@ int label_read_sector(struct device *dev, struct label **labelp, uint64_t scan_s
void label_scan_confirm(struct device *dev)
{
if (!_in_bcache(dev)) {
log_warn("add dev %s to bcache", dev_name(dev));
if (!_in_bcache(dev))
label_read(dev, NULL, 0);
}
}