[oe-commits] [openembedded-core] 40/57: utils: qemurunner.py: cleanup grammar and ensure consistency

git at git.openembedded.org git at git.openembedded.org
Sat Dec 9 14:44:32 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit b3d8347568db06562ca2117b20f2eb7fcb708414
Author: Mark Asselstine <mark.asselstine at windriver.com>
AuthorDate: Fri Dec 1 11:30:13 2017 -0500

    utils: qemurunner.py: cleanup grammar and ensure consistency
    
    Minor grammar correction along with making the term 'login banner'
    consistent throughout to make searching logs easier.
    
    Signed-off-by: Mark Asselstine <mark.asselstine at windriver.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/lib/oeqa/utils/qemurunner.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/lib/oeqa/utils/qemurunner.py b/meta/lib/oeqa/utils/qemurunner.py
index dfcd63e..c962602 100644
--- a/meta/lib/oeqa/utils/qemurunner.py
+++ b/meta/lib/oeqa/utils/qemurunner.py
@@ -317,7 +317,7 @@ class QemuRunner:
 
         if not reachedlogin:
             if time.time() >= endtime:
-                self.logger.debug("Target didn't reached login boot in %d seconds (%s)" %
+                self.logger.debug("Target didn't reach login banner in %d seconds (%s)" %
                                   (self.boottime, time.strftime("%D %H:%M:%S")))
             tail = lambda l: "\n".join(l.splitlines()[-25:])
             # in case bootlog is empty, use tail qemu log store at self.msg

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list