From 009343b2a298d0fd94ef4bbf780c76cca622e9e0 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 6 Jul 2010 17:46:13 +0100 Subject: [PATCH] bitbake: runqueue: Make child process error scary so user is less likely to ignore Signed-off-by: Richard Purdie --- bitbake/lib/bb/runqueue.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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