[oe-commits] =?UTF-8?Q?An=C3=ADbal=20Lim=C3=B3n=20?=: oeqa/utils/qemurunner.py: Remove duplicate message on LoggingThread start

git at git.openembedded.org git at git.openembedded.org
Tue Sep 22 17:14:24 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: 2ad7308ee7166641eff99f3b9fe6794de143f6bc
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=2ad7308ee7166641eff99f3b9fe6794de143f6bc

Author: Aníbal Limón <anibal.limon at linux.intel.com>
Date:   Tue Sep 22 11:56:23 2015 -0500

oeqa/utils/qemurunner.py: Remove duplicate message on LoggingThread start

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>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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):



More information about the Openembedded-commits mailing list