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

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