diff options
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: | |||
774 | #print "Not current: %s" % notcurrent | 774 | #print "Not current: %s" % notcurrent |
775 | 775 | ||
776 | if len(unchecked) > 0: | 776 | if len(unchecked) > 0: |
777 | bb.fatal("check_stamps fatal internal error") | 777 | bb.msg.fatal(bb.msg.domain.RunQueue, "check_stamps fatal internal error") |
778 | return current | 778 | return current |
779 | 779 | ||
780 | def check_stamp_task(self, task): | 780 | def check_stamp_task(self, task): |