From: Mark Asselstine Date: Fri, 1 Dec 2017 16:30:13 +0000 (-0500) Subject: utils: qemurunner.py: cleanup grammar and ensure consistency X-Git-Tag: uninative-1.8~947 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=54e739485faba8d80f5af15407905aaeda4767f4;p=openembedded-core.git 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 Signed-off-by: Ross Burton --- diff --git a/meta/lib/oeqa/utils/qemurunner.py b/meta/lib/oeqa/utils/qemurunner.py index dfcd63eab4..c962602a63 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