aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/ui/ncurses.py
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-15 17:29:09 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-15 17:31:52 +0100
commita21ff559e7c93e9da61104f4a33e42e6004189fd (patch)
tree0f71f9cdd87c3ddacacd58732791501392bff5ed /bitbake/lib/bb/ui/ncurses.py
parenta7e4747f499d4219c29277e80e64e4fdf604628a (diff)
downloadopenembedded-core-contrib-a21ff559e7c93e9da61104f4a33e42e6004189fd.tar.gz
Fixup remaining bb.msg.domain users
(Bitbake rev: d5abdacaf9ac604ef8d8c1bafb9b30617827cb4f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/ui/ncurses.py')
-rw-r--r--bitbake/lib/bb/ui/ncurses.py4
1 files changed, 2 insertions, 2 deletions
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