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:
parent
c29899b910
commit
89f54a5094
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user