summaryrefslogtreecommitdiff
path: root/bitbake/lib/bb/runqueue.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/runqueue.py')
-rw-r--r--bitbake/lib/bb/runqueue.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py
index ef3cbd306..f64c115e7 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]