From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: bitbake-devel@lists.openembedded.org
Subject: [PATCH] bitbake-layers: fix traceback in show-overlayed with nothing overlayed
Date: Mon, 19 Mar 2012 11:18:58 +0000 [thread overview]
Message-ID: <1332155938-5552-1-git-send-email-paul.eggleton@linux.intel.com> (raw)
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
next reply other threads:[~2012-03-19 11:27 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-19 11:18 Paul Eggleton [this message]
2012-03-20 14:13 ` [PATCH] bitbake-layers: fix traceback in show-overlayed with nothing overlayed Richard Purdie
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1332155938-5552-1-git-send-email-paul.eggleton@linux.intel.com \
--to=paul.eggleton@linux.intel.com \
--cc=bitbake-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.