diff options
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/lib/bb/ui/crumbs/runningbuild.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/runningbuild.py b/bitbake/lib/bb/ui/crumbs/runningbuild.py index 700fd65015..b4d19b6627 100644 --- a/bitbake/lib/bb/ui/crumbs/runningbuild.py +++ b/bitbake/lib/bb/ui/crumbs/runningbuild.py | |||
@@ -374,7 +374,7 @@ class RunningBuild (gobject.GObject): | |||
374 | for reason in event._reasons: | 374 | for reason in event._reasons: |
375 | msg += ("%s\n" % reason) | 375 | msg += ("%s\n" % reason) |
376 | self.emit("no-provider", msg) | 376 | self.emit("no-provider", msg) |
377 | self.emit("log", msg) | 377 | self.emit("log", "error", msg) |
378 | elif isinstance(event, bb.event.LogExecTTY): | 378 | elif isinstance(event, bb.event.LogExecTTY): |
379 | icon = "dialog-warning" | 379 | icon = "dialog-warning" |
380 | color = HobColors.WARNING | 380 | color = HobColors.WARNING |