diff options
-rw-r--r-- | bitbake/lib/bb/fetch2/crate.py | 2 |
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 | """ |