]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Correct logging when running teuthology-results
authorZack Cerza <zack@cerza.org>
Wed, 28 May 2014 16:43:20 +0000 (11:43 -0500)
committerZack Cerza <zack@cerza.org>
Wed, 28 May 2014 16:43:20 +0000 (11:43 -0500)
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
teuthology/worker.py

index 111706ed32f37906fabecf757f37f9a57aee4dac..5a3f38c4b1ac46b385f5c9c2d8e9c73388e1acdd 100644 (file)
@@ -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'])