1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-31 12:49:46 +00:00

bitbake: knotty/msg: Use logging.shutdown() instead of bb.msg.cleanupLogging()

The logging module provides a shutdown() function that does the same
thing in a much better way

(Bitbake rev: 970cd2fc4f0bbc93069dee5a15a608dd76081c67)

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Joshua Watt
2020-03-12 13:30:04 -05:00
committed by Richard Purdie
parent 5ce50b3ce7
commit bf7d68c812
2 changed files with 1 additions and 12 deletions
+1 -1
View File
@@ -871,6 +871,6 @@ def main(server, eventHandler, params, tf = TerminalFilter):
if e.errno == errno.EPIPE:
pass
bb.msg.cleanupLogging()
logging.shutdown()
return return_value