mirror of
git://sourceware.org/git/lvm2.git
synced 2025-09-22 13:44:18 +03:00
remove debugging print
This commit is contained in:
@@ -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)
|
void label_scan_confirm(struct device *dev)
|
||||||
{
|
{
|
||||||
if (!_in_bcache(dev)) {
|
if (!_in_bcache(dev))
|
||||||
log_warn("add dev %s to bcache", dev_name(dev));
|
|
||||||
label_read(dev, NULL, 0);
|
label_read(dev, NULL, 0);
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user