From: Richard Purdie Date: Tue, 6 Jul 2010 16:46:13 +0000 (+0100) Subject: bitbake: runqueue: Make child process error scary so user is less likely to ignore X-Git-Tag: 2011-1~5272 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=009343b2a298d0fd94ef4bbf780c76cca622e9e0;p=openembedded-core.git bitbake: runqueue: Make child process error scary so user is less likely to ignore Signed-off-by: Richard Purdie --- 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