From 2842bcd84829876fef413a99174527d0052cfc61 Mon Sep 17 00:00:00 2001 From: liuct Date: Tue, 12 Aug 2014 09:40:34 +0800 Subject: [PATCH] fix some typo issues --- debian/files | 2 +- testkit-lite | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/files b/debian/files index c45a87a..400e1df 100644 --- a/debian/files +++ b/debian/files @@ -1 +1 @@ -testkit-lite_3.1.4_all.deb utils standard +testkit-lite_3.1.5_all.deb utils standard diff --git a/testkit-lite b/testkit-lite index ce02bdc..d41fe5a 100755 --- a/testkit-lite +++ b/testkit-lite @@ -464,7 +464,7 @@ to resolve this issue" % (LOG_DIR) "[ Error: create filtered total result file: %s failed, " "error: %s ]\n" % (resultfile, err)) else: - print "[ test xml '%s' found ]" % t + LOGGER.error("[ test xml file '%s' not found ]" % t) unlock_and_exit() for t in TESTXMLS: -- 2.7.4