diff options
Diffstat (limited to 'bitbake')
-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 485d9341f5..bd7f03f981 100644 --- a/bitbake/lib/bb/runqueue.py +++ b/bitbake/lib/bb/runqueue.py | |||
@@ -2767,7 +2767,7 @@ def update_scenequeue_data(tids, sqdata, rqdata, rq, cooker, stampcache, sqrq, s | |||
2767 | sqdata.hashes[h] = tid | 2767 | sqdata.hashes[h] = tid |
2768 | else: | 2768 | else: |
2769 | sqrq.sq_deferred[tid] = sqdata.hashes[h] | 2769 | sqrq.sq_deferred[tid] = sqdata.hashes[h] |
2770 | bb.warn("Deferring %s after %s" % (tid, sqdata.hashes[h])) | 2770 | bb.note("Deferring %s after %s" % (tid, sqdata.hashes[h])) |
2771 | 2771 | ||
2772 | 2772 | ||
2773 | class TaskFailure(Exception): | 2773 | class TaskFailure(Exception): |