summaryrefslogtreecommitdiffstats
path: root/lib/bb/runqueue.py
diff options
context:
space:
mode:
authorGary Thomas <gary@mlbassoc.com>2014-11-05 08:08:24 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-11-06 16:43:56 +0000
commit72ac9f9227fbfb4dc8b933b357d21aa0e4060959 (patch)
tree99728fcfaed93bf587f047b26ca9e20dbb1c79f5 /lib/bb/runqueue.py
parent4626c9b77e5eded97507b6f9ca0d891f9a54bb8a (diff)
downloadopenembedded-core-contrib-72ac9f9227fbfb4dc8b933b357d21aa0e4060959.tar.gz
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. Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'lib/bb/runqueue.py')
-rw-r--r--lib/bb/runqueue.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/runqueue.py b/lib/bb/runqueue.py
index 6d9cf3f4df..22dd7a7285 100644
--- a/lib/bb/runqueue.py
+++ b/lib/bb/runqueue.py
@@ -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
#