All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] hob/runningbuild: Add missing logging level argument
@ 2012-09-27 10:49 Constantin Musca
  2012-09-27 15:44 ` Richard Purdie
  0 siblings, 1 reply; 2+ messages in thread
From: Constantin Musca @ 2012-09-27 10:49 UTC (permalink / raw)
  To: bitbake-devel; +Cc: Constantin Musca

[YOCTO #3170]

Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
---
 bitbake/lib/bb/ui/crumbs/runningbuild.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bitbake/lib/bb/ui/crumbs/runningbuild.py b/bitbake/lib/bb/ui/crumbs/runningbuild.py
index 700fd65..b4d19b6 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):
                 for reason in event._reasons:
                     msg += ("%s\n" % reason)
             self.emit("no-provider", msg)
-            self.emit("log", msg)
+            self.emit("log", "error", msg)
         elif isinstance(event, bb.event.LogExecTTY):
             icon = "dialog-warning"
             color = HobColors.WARNING
-- 
1.7.9.5




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] hob/runningbuild: Add missing logging level argument
  2012-09-27 10:49 [PATCH] hob/runningbuild: Add missing logging level argument Constantin Musca
@ 2012-09-27 15:44 ` Richard Purdie
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Purdie @ 2012-09-27 15:44 UTC (permalink / raw)
  To: Constantin Musca; +Cc: bitbake-devel

On Thu, 2012-09-27 at 13:49 +0300, Constantin Musca wrote:
> [YOCTO #3170]
> 
> Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
> ---
>  bitbake/lib/bb/ui/crumbs/runningbuild.py |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)


Merged to master, thanks.

Richard




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-09-27 15:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-27 10:49 [PATCH] hob/runningbuild: Add missing logging level argument Constantin Musca
2012-09-27 15:44 ` Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.