bitbake: knotty: fix indentation

(Bitbake rev: 06a96d267dec5b542725defb8f01403f505c4f44)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Paul Eggleton
2017-05-19 13:32:40 +12:00
committed by Richard Purdie
parent 5a5c6c7fb6
commit c361cac161

View File

@@ -476,7 +476,7 @@ def main(server, eventHandler, params, tf = TerminalFilter):
taskinfo = helper.running_tasks[event.taskpid]
event.msg = taskinfo['title'] + ': ' + event.msg
if hasattr(event, 'fn'):
event.msg = event.fn + ': ' + event.msg
event.msg = event.fn + ': ' + event.msg
logger.handle(event)
continue