[OE-core] [PATCH 2/2] oeqa/utils/qemurunner.py: Remove duplicate message on LoggingThread start

Aníbal Limón anibal.limon at linux.intel.com
Tue Sep 22 16:56:23 UTC 2015


The Starting logging thread message is also executed on run() inside
LoggingThread class.

Signed-off-by: Aníbal Limón <anibal.limon at linux.intel.com>
---
 meta/lib/oeqa/utils/qemurunner.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/lib/oeqa/utils/qemurunner.py b/meta/lib/oeqa/utils/qemurunner.py
index 6edd374..0357f99 100644
--- a/meta/lib/oeqa/utils/qemurunner.py
+++ b/meta/lib/oeqa/utils/qemurunner.py
@@ -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):
-- 
1.9.1




More information about the Openembedded-core mailing list