]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
oeqa/utils/qemurunner.py: Remove duplicate message on LoggingThread start
authorAníbal Limón <anibal.limon@linux.intel.com>
Tue, 22 Sep 2015 16:56:23 +0000 (11:56 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 22 Sep 2015 17:13:02 +0000 (18:13 +0100)
The Starting logging thread message is also executed on run() inside
LoggingThread class.

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/utils/qemurunner.py

index 6edd37477e1defc30a9a3f0d9a7afa1d3ab7527f..0357f99d923f04bcdbd4fc39b799ff57f893820f 100644 (file)
@@ -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):