diff options
Diffstat (limited to 'bitbake/lib/toaster')
-rw-r--r-- | bitbake/lib/toaster/bldcontrol/localhostbecontroller.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/bldcontrol/localhostbecontroller.py b/bitbake/lib/toaster/bldcontrol/localhostbecontroller.py index 1d3d1ce12c..3e16837be1 100644 --- a/bitbake/lib/toaster/bldcontrol/localhostbecontroller.py +++ b/bitbake/lib/toaster/bldcontrol/localhostbecontroller.py | |||
@@ -139,7 +139,7 @@ class LocalhostBEController(BuildEnvironmentController): | |||
139 | with open(filepath, "r") as f: | 139 | with open(filepath, "r") as f: |
140 | f.seek(filepos) | 140 | f.seek(filepos) |
141 | for line in f: | 141 | for line in f: |
142 | if line.startswith("Bitbake server started on demand"): | 142 | if line.startswith("NOTE: ToasterUI waiting for events"): |
143 | return True | 143 | return True |
144 | return False | 144 | return False |
145 | 145 | ||