From a21ff559e7c93e9da61104f4a33e42e6004189fd Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 15 Aug 2011 17:29:09 +0100 Subject: Fixup remaining bb.msg.domain users (Bitbake rev: d5abdacaf9ac604ef8d8c1bafb9b30617827cb4f) Signed-off-by: Richard Purdie --- bitbake/lib/bb/ui/ncurses.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bitbake/lib/bb/ui/ncurses.py') diff --git a/bitbake/lib/bb/ui/ncurses.py b/bitbake/lib/bb/ui/ncurses.py index 8684697aa2..8524446d22 100644 --- a/bitbake/lib/bb/ui/ncurses.py +++ b/bitbake/lib/bb/ui/ncurses.py @@ -283,7 +283,7 @@ class NCursesUI: # if isinstance(event, bb.build.TaskFailed): # if event.logfile: # if data.getVar("BBINCLUDELOGS", d): -# bb.msg.error(bb.msg.domain.Build, "log data follows (%s)" % logfile) +# bb.error("log data follows (%s)" % logfile) # number_of_lines = data.getVar("BBINCLUDELOGS_LINES", d) # if number_of_lines: # os.system('tail -n%s %s' % (number_of_lines, logfile)) @@ -297,7 +297,7 @@ class NCursesUI: # print '| %s' % l # f.close() # else: -# bb.msg.error(bb.msg.domain.Build, "see log in %s" % logfile) +# bb.error("see log in %s" % logfile) if isinstance(event, bb.command.CommandCompleted): # stop so the user can see the result of the build, but -- cgit v1.2.3-54-g00ecf