aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Quaresma <quaresma.jose@gmail.com>2022-09-19 10:17:54 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-09-21 12:23:28 +0100
commit19f8265023281f3b1d5d0a02e47f8d7d08cfcc16 (patch)
treee976c40f7f78129fa60f78d39f7cc46b91914a87
parentc1d9c1d25ce36848040dc0ce182835e497ccbb82 (diff)
downloadbitbake-19f8265023281f3b1d5d0a02e47f8d7d08cfcc16.tar.gz
fetch2/crate fixup c212b0f3 loglevel
c212b0f3 change the debug log level unintentional when tryng to fix a knotty issue. This will maintain the same debug log level 2 as before. Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--lib/bb/fetch2/crate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/fetch2/crate.py b/lib/bb/fetch2/crate.py
index f4ddc782a..f091200dd 100644
--- a/lib/bb/fetch2/crate.py
+++ b/lib/bb/fetch2/crate.py
@@ -71,7 +71,7 @@ class Crate(Wget):
ud.parm['downloadfilename'] = "%s-%s.crate" % (name, version)
ud.parm['name'] = name
- logger.debug("Fetching %s to %s" % (ud.url, ud.parm['downloadfilename']))
+ logger.debug2("Fetching %s to %s" % (ud.url, ud.parm['downloadfilename']))
def unpack(self, ud, rootdir, d):
"""