* [PATCH] bitbake-layers: fix traceback in show-overlayed with nothing overlayed
@ 2012-03-19 11:18 Paul Eggleton
2012-03-20 14:13 ` Richard Purdie
0 siblings, 1 reply; 2+ messages in thread
From: Paul Eggleton @ 2012-03-19 11:18 UTC (permalink / raw)
To: bitbake-devel
There is no logger.note, use logger.plain instead (which is what we
really want here anyway.)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
bin/bitbake-layers | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/bin/bitbake-layers b/bin/bitbake-layers
index c85e26e..bbd56fe 100755
--- a/bin/bitbake-layers
+++ b/bin/bitbake-layers
@@ -213,7 +213,7 @@ Options:
items_listed = True;
if not items_listed:
- logger.note('No overlayed files found')
+ logger.plain('No overlayed files found.')
def do_show_recipes(self, args):
--
1.7.5.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-03-20 14:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-19 11:18 [PATCH] bitbake-layers: fix traceback in show-overlayed with nothing overlayed Paul Eggleton
2012-03-20 14:13 ` 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.