diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2011-01-01 23:55:54 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2011-01-04 14:46:54 +0000 |
commit | 0090a798eb868ebc926944eac2e6d4a5aff3e1b3 (patch) | |
tree | 9b90e66234e6ad7b9616c8c5944029426746110f /bitbake/lib/bb/msg.py | |
parent | e8c48e668c7525257926ab7db9b6e44aa2705483 (diff) | |
download | poky-0090a798eb868ebc926944eac2e6d4a5aff3e1b3.tar.gz |
bitbake: Sync a load of whitespace and other non-functionality changes with bitbake uptream
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'bitbake/lib/bb/msg.py')
-rw-r--r-- | bitbake/lib/bb/msg.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bitbake/lib/bb/msg.py b/bitbake/lib/bb/msg.py index badc371ce1..13ee569e9a 100644 --- a/bitbake/lib/bb/msg.py +++ b/bitbake/lib/bb/msg.py | |||
@@ -93,12 +93,10 @@ domain = _NamedTuple("Domain", ( | |||
93 | "RunQueue", | 93 | "RunQueue", |
94 | "TaskData", | 94 | "TaskData", |
95 | "Util")) | 95 | "Util")) |
96 | |||
97 | logger = logging.getLogger("BitBake") | 96 | logger = logging.getLogger("BitBake") |
98 | loggers = Loggers() | 97 | loggers = Loggers() |
99 | debug_level = DebugLevel() | 98 | debug_level = DebugLevel() |
100 | 99 | ||
101 | # | ||
102 | # Message control functions | 100 | # Message control functions |
103 | # | 101 | # |
104 | 102 | ||
@@ -191,4 +189,3 @@ def fatal(msgdomain, msg): | |||
191 | else: | 189 | else: |
192 | loggers[msgdomain].critical(msg) | 190 | loggers[msgdomain].critical(msg) |
193 | sys.exit(1) | 191 | sys.exit(1) |
194 | |||