mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
bitbake/fetch2: Match Fetcher log domain to that in bb.msg
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -35,7 +35,7 @@ from bb import utils
|
||||
|
||||
__version__ = "2"
|
||||
|
||||
logger = logging.getLogger("BitBake.Fetch")
|
||||
logger = logging.getLogger("BitBake.Fetcher")
|
||||
|
||||
class BBFetchException(Exception):
|
||||
"""Class all fetch exceptions inherit from"""
|
||||
|
||||
Reference in New Issue
Block a user