diff options
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 | # |