[elbe-devel] [PATCH v3 38/52] Fix asyncworker
dion at linutronix.de
dion at linutronix.de
Thu Jun 27 14:44:52 CEST 2019
From: Olivier Dion <dion at linutronix.de>
Signed-off-by: Olivier Dion <dion at linutronix.de>
---
elbepack/asyncworker.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/elbepack/asyncworker.py b/elbepack/asyncworker.py
index abf6e800..1b838e70 100644
--- a/elbepack/asyncworker.py
+++ b/elbepack/asyncworker.py
@@ -419,7 +419,7 @@ class SaveVersionJob(AsyncWorkerJob):
raise
if self.project.savesh_file:
- logging.h2("save version script:")
+ logging.info("save version script:")
do(self.project.savesh_file + ' "%s %s %s"' % (
self.project.builddir,
self.project.xml.text("project/version"),
@@ -459,7 +459,7 @@ class CheckoutVersionJob(AsyncWorkerJob):
# complete rebuild
if old_status == "build_failed":
logging.warning("Previous project status indicated a failed build\n"
- "Just checking out the XML file.")
+ "Just checking out the XML file.")
try:
db.checkout_version_xml(self.project.builddir, self.version)
--
2.11.0
More information about the elbe-devel
mailing list