summaryrefslogtreecommitdiffstats
path: root/common/blspec.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2016-07-22 14:21:23 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2016-07-26 08:31:36 +0200
commit16dc0b0b488d124e0227de0cd3ddb6f0ff0bb117 (patch)
treef261a668a367a4148185f649d0ee8e19fea0ba55 /common/blspec.c
parent13daf78f1fe722163466d333c897d335f400363b (diff)
downloadbarebox-16dc0b0b488d124e0227de0cd3ddb6f0ff0bb117.tar.gz
barebox-16dc0b0b488d124e0227de0cd3ddb6f0ff0bb117.tar.xz
blspec: Turn message back to debug level
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@pengutronix.de>
Diffstat (limited to 'common/blspec.c')
-rw-r--r--common/blspec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/blspec.c b/common/blspec.c
index 6c963df0de..f02f5e9ce3 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);