diff options
Diffstat (limited to 'bitbake/lib')
-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 0752411aac..d0a23da73c 100644 --- a/bitbake/lib/bb/runqueue.py +++ b/bitbake/lib/bb/runqueue.py @@ -851,7 +851,7 @@ class RunQueue: return False if self.state is runQueueChildProcess: - print("Child process") + print("Child process, eeek, shouldn't happen!") return False # Loop |