DDF: remove "BVD xx is missing".

This can happen in normal cases during incremental assembly so
printing an error message is confusing.

Signed-off-by: NeilBrown <neilb@suse.de>
This commit is contained in:
NeilBrown 2014-05-22 17:22:47 +10:00
parent 85945e1986
commit 20d430ca81
1 changed files with 1 additions and 1 deletions

View File

@ -3727,7 +3727,7 @@ static int check_secondary(const struct vcl *vc)
}
for (i = 0; i < conf->sec_elmnt_count; i++) {
if (!__was_sec_seen(i)) {
pr_err("BVD %d is missing\n", i);
/* pr_err("BVD %d is missing\n", i); */
return -1;
}
}