diff options
author | Gary Thomas <gary@mlbassoc.com> | 2014-11-05 08:08:24 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-11-06 16:45:23 +0000 |
commit | 5dca71bc2ab2a80cebb8fa52a5e518b42e7d699d (patch) | |
tree | 393b31d3c12c04eddba98e4536a5fdfef15bf930 /bitbake/lib/bb | |
parent | 25e3e57c551297a9bcfe3b6a5d5c9d071774cce7 (diff) | |
download | poky-5dca71bc2ab2a80cebb8fa52a5e518b42e7d699d.tar.gz |
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>
Diffstat (limited to 'bitbake/lib/bb')
-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 6d9cf3f4df..22dd7a7285 100644 --- a/bitbake/lib/bb/runqueue.py +++ b/bitbake/lib/bb/runqueue.py | |||
@@ -430,7 +430,7 @@ class RunQueueData: | |||
430 | # Nothing to do | 430 | # Nothing to do |
431 | return 0 | 431 | return 0 |
432 | 432 | ||
433 | logger.info("Preparing runqueue") | 433 | logger.info("Preparing RunQueue") |
434 | 434 | ||
435 | # Step A - Work out a list of tasks to run | 435 | # Step A - Work out a list of tasks to run |
436 | # | 436 | # |