1
0
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:
Alasdair Kergon 2004-11-23 17:45:48 +00:00
parent cc6a1c6a1e
commit 8a9351000e

View File

@ -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;
}