mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
logger usage cleanup
(Bitbake rev: 976e4f84a8147ad762442df7ff4820611a21d227) Signed-off-by: Chris Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
e890b86ebd
commit
4a6d4d258c
@@ -174,7 +174,7 @@ def main(server, eventHandler):
|
||||
break
|
||||
if isinstance(event, bb.command.CommandFailed):
|
||||
return_value = event.exitcode
|
||||
logger.error("Command execution failed: %s" % event.error)
|
||||
logger.error("Command execution failed: %s", event.error)
|
||||
break
|
||||
if isinstance(event, bb.command.CommandExit):
|
||||
return_value = event.exitcode
|
||||
|
||||
Reference in New Issue
Block a user