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 changed files with 1 additions and 1 deletions

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"""