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: lucaceresoli/bug-15201-perf-libtraceevent-missing~19378 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54e739485faba8d80f5af15407905aaeda4767f4;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 dfcd63eab49..c962602a63a 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