From 5dca71bc2ab2a80cebb8fa52a5e518b42e7d699d Mon Sep 17 00:00:00 2001 From: Gary Thomas Date: Wed, 5 Nov 2014 08:08:24 -0700 Subject: 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 Signed-off-by: Richard Purdie --- bitbake/lib/bb/runqueue.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/lib') 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: # Nothing to do return 0 - logger.info("Preparing runqueue") + logger.info("Preparing RunQueue") # Step A - Work out a list of tasks to run # -- cgit v1.2.3-54-g00ecf