From 19f8265023281f3b1d5d0a02e47f8d7d08cfcc16 Mon Sep 17 00:00:00 2001 From: Jose Quaresma Date: Mon, 19 Sep 2022 10:17:54 +0000 Subject: 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 Signed-off-by: Richard Purdie --- lib/bb/fetch2/crate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): """ -- cgit 1.2.3-korg