1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +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:
Richard Purdie
2011-02-07 14:46:53 +00:00
parent d7eebbe9db
commit ded83ffc3b
+1 -1
View File
@@ -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"""