diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-06 17:46:13 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-16 12:31:20 +0100 |
commit | 009343b2a298d0fd94ef4bbf780c76cca622e9e0 (patch) | |
tree | f9e3295bec1f72afddcb81a7f3b9032a563a9277 /bitbake/lib | |
parent | 2d263840b03cfaa93ea8b8bd036273838b7f6a5f (diff) | |
download | poky-009343b2a298d0fd94ef4bbf780c76cca622e9e0.tar.gz |
bitbake: runqueue: Make child process error scary so user is less likely to ignore
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
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: | |||
851 | return False | 851 | return False |
852 | 852 | ||
853 | if self.state is runQueueChildProcess: | 853 | if self.state is runQueueChildProcess: |
854 | print("Child process") | 854 | print("Child process, eeek, shouldn't happen!") |
855 | return False | 855 | return False |
856 | 856 | ||
857 | # Loop | 857 | # Loop |