summaryrefslogtreecommitdiffstats
path: root/bitbake
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 20:20:22 +0100
commitd39a1c49b3066534ed7f1a546eaa5524c8ca0bf5 (patch)
treed55f2f63cc71275c8830eeada4f52f59eaa39b87 /bitbake
parente2c3bd1638cfe32d465523aec2d6d6d3b024e1eb (diff)
downloadpoky-d39a1c49b3066534ed7f1a546eaa5524c8ca0bf5.tar.gz
bitbake: 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. (Bitbake rev: 19f8265023281f3b1d5d0a02e47f8d7d08cfcc16) Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/bb/fetch2/crate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch2/crate.py b/bitbake/lib/bb/fetch2/crate.py
index f4ddc782a9..f091200dd9 100644
--- a/bitbake/lib/bb/fetch2/crate.py
+++ b/bitbake/lib/bb/fetch2/crate.py
@@ -71,7 +71,7 @@ class Crate(Wget):
71 ud.parm['downloadfilename'] = "%s-%s.crate" % (name, version) 71 ud.parm['downloadfilename'] = "%s-%s.crate" % (name, version)
72 ud.parm['name'] = name 72 ud.parm['name'] = name
73 73
74 logger.debug("Fetching %s to %s" % (ud.url, ud.parm['downloadfilename'])) 74 logger.debug2("Fetching %s to %s" % (ud.url, ud.parm['downloadfilename']))
75 75
76 def unpack(self, ud, rootdir, d): 76 def unpack(self, ud, rootdir, d):
77 """ 77 """