mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 21:32:12 +02:00
bitbake: bitbake: Make printed 'runqueue' be consistently capitalized
This has always bothered me: NOTE: Preparing runqueue NOTE: Executing RunQueue Tasks This patch changes the messages to be consistent. (Bitbake rev: 72ac9f9227fbfb4dc8b933b357d21aa0e4060959) Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
25e3e57c55
commit
5dca71bc2a
@@ -430,7 +430,7 @@ class RunQueueData:
|
||||
# Nothing to do
|
||||
return 0
|
||||
|
||||
logger.info("Preparing runqueue")
|
||||
logger.info("Preparing RunQueue")
|
||||
|
||||
# Step A - Work out a list of tasks to run
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user