mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +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) {
|
||||
log_debug("%s: Skipping: error in md component detection");
|
||||
log_debug("%s: Skipping: error in md component detection",
|
||||
dev_name(dev));
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user