| Submitter | Paul Eggleton |
|---|---|
| Date | March 19, 2012, 11:18 a.m. |
| Message ID | <1332155938-5552-1-git-send-email-paul.eggleton@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/23797/ |
| State | Accepted |
| Commit | c4f7fd708c48d4323db4bbeb3074f576f5be7aa2 |
| Headers | show |
Comments
On Mon, 2012-03-19 at 11:18 +0000, Paul Eggleton wrote: > 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(-) Merged to master, thanks. Richard
Patch
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):
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(-)