diff options
Diffstat (limited to 'bitbake/lib')
-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 ef3cbd3067..f64c115e75 100644 --- a/bitbake/lib/bb/runqueue.py +++ b/bitbake/lib/bb/runqueue.py @@ -95,7 +95,7 @@ class RunQueue: # Nothing to do return - bb.msg.note(1, bb.msg.domain.RunQueue, "Preparing Runqueue") + bb.msg.note(1, bb.msg.domain.RunQueue, "Preparing runqueue") for task in range(len(taskData.tasks_name)): fnid = taskData.tasks_fnid[task] |