diff options
author | Chris Larson <chris_larson@mentor.com> | 2010-04-09 12:33:29 -0700 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-02 15:41:31 +0100 |
commit | 87f62d7c8d386df0d613da4f48c0b210902ab621 (patch) | |
tree | bfa71505321276841f07bf875e479b272547b9f3 /bitbake/lib/bb/runqueue.py | |
parent | ac170b0c346184bd8ba2fe1d56ccb9ea003b1a40 (diff) | |
download | openembedded-core-87f62d7c8d386df0d613da4f48c0b210902ab621.tar.gz openembedded-core-87f62d7c8d386df0d613da4f48c0b210902ab621.tar.bz2 openembedded-core-87f62d7c8d386df0d613da4f48c0b210902ab621.zip |
Ensure we always utilize the correct messaging domains
(Bitbake rev: 92a2e2e90981c0615171abe03645a772d84f6986)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'bitbake/lib/bb/runqueue.py')
-rw-r--r-- | bitbake/lib/bb/runqueue.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py index c5f4380c86..9a368b8622 100644 --- a/bitbake/lib/bb/runqueue.py +++ b/bitbake/lib/bb/runqueue.py @@ -774,7 +774,7 @@ class RunQueue: #print "Not current: %s" % notcurrent if len(unchecked) > 0: - bb.fatal("check_stamps fatal internal error") + bb.msg.fatal(bb.msg.domain.RunQueue, "check_stamps fatal internal error") return current def check_stamp_task(self, task): |