]> code.ossystems Code Review - openembedded-core.git/commitdiff
utils: qemurunner.py: cleanup grammar and ensure consistency
authorMark Asselstine <mark.asselstine@windriver.com>
Fri, 1 Dec 2017 16:30:13 +0000 (11:30 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 10 Dec 2017 22:41:41 +0000 (22:41 +0000)
Minor grammar correction along with making the term 'login banner'
consistent throughout to make searching logs easier.

Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oeqa/utils/qemurunner.py

index dfcd63eab49835efa0df22e6e6e0019bbe3eb036..c962602a63a46e505d9764d04fb05049fd23462a 100644 (file)
@@ -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