mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 18:32:13 +02:00
oeqa/utils/qemurunner.py: Remove duplicate message on LoggingThread start
The Starting logging thread message is also executed on run() inside LoggingThread class. (From OE-Core rev: 2ad7308ee7166641eff99f3b9fe6794de143f6bc) Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
376ce717bd
commit
524ddd86c3
@@ -186,7 +186,6 @@ class QemuRunner:
|
||||
logger.info("Target IP: %s" % self.ip)
|
||||
logger.info("Server IP: %s" % self.server_ip)
|
||||
|
||||
logger.info("Starting logging thread")
|
||||
self.thread = LoggingThread(self.log, threadsock, logger)
|
||||
self.thread.start()
|
||||
if not self.thread.connection_established.wait(self.boottime):
|
||||
|
||||
Reference in New Issue
Block a user