Normally one should not be interested that the blspec code scans a directory. In case blspec is not actively used it might even be confusing, so lower priority of the message in blspec_scan_directory() to pr_debug. Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> --- common/blspec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/blspec.c b/common/blspec.c index 6c963df..f02f5e9 100644 --- a/common/blspec.c +++ b/common/blspec.c @@ -438,7 +438,7 @@ int blspec_scan_directory(struct bootentries *bootentries, const char *root) if (!IS_ERR(nfspath)) root = nfspath; - pr_info("%s: %s %s\n", __func__, root, dirname); + pr_debug("%s: %s %s\n", __func__, root, dirname); abspath = basprintf("%s/%s", root, dirname); -- 2.8.1 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox