diff options
Diffstat (limited to 'bitbake/lib/bb/fetch2')
-rw-r--r-- | bitbake/lib/bb/fetch2/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch2/__init__.py b/bitbake/lib/bb/fetch2/__init__.py index cf9456b758..282713f40f 100644 --- a/bitbake/lib/bb/fetch2/__init__.py +++ b/bitbake/lib/bb/fetch2/__init__.py | |||
@@ -35,7 +35,7 @@ from bb import utils | |||
35 | 35 | ||
36 | __version__ = "2" | 36 | __version__ = "2" |
37 | 37 | ||
38 | logger = logging.getLogger("BitBake.Fetch") | 38 | logger = logging.getLogger("BitBake.Fetcher") |
39 | 39 | ||
40 | class BBFetchException(Exception): | 40 | class BBFetchException(Exception): |
41 | """Class all fetch exceptions inherit from""" | 41 | """Class all fetch exceptions inherit from""" |