mirror of
git://sourceware.org/git/lvm2.git
synced 2025-02-03 17:47:44 +03:00
fix a md filter log mesg
This commit is contained in:
parent
fe9b1e5f9b
commit
cf2ec1229d
@ -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