mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-10 16:58:47 +03:00
fix a md filter log mesg
This commit is contained in:
parent
cc6a1c6a1e
commit
8a9351000e
@ -41,7 +41,8 @@ static int _ignore_md(struct dev_filter *f, struct device *dev)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (ret < 0) {
|
if (ret < 0) {
|
||||||
log_debug("%s: Skipping: error in md component detection");
|
log_debug("%s: Skipping: error in md component detection",
|
||||||
|
dev_name(dev));
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user