From a4a9a1f22fc25061632921bf1ca0efeaf78402c6 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Wed, 28 May 2014 11:43:20 -0500 Subject: [PATCH] Correct logging when running teuthology-results Signed-off-by: Zack Cerza --- teuthology/worker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/worker.py b/teuthology/worker.py index 111706ed32f37..5a3f38c4b1ac4 100644 --- a/teuthology/worker.py +++ b/teuthology/worker.py @@ -215,7 +215,7 @@ def main(ctx): (teuthology_branch, teuth_bin_path)) if job_config.get('last_in_suite'): - log.info('Generating coverage for %s', job_config['name']) + log.info('Generating results email for %s', job_config['name']) if teuth_config.results_server: report.try_delete_jobs(job_config['name'], job_config['job_id']) -- 2.39.5