From: Zack Cerza Date: Mon, 12 May 2014 20:29:10 +0000 (-0500) Subject: Fix typo X-Git-Tag: 1.1.0~1454 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=dfb2352d077c51e6673c364b4673d690d4a9e96d;p=teuthology.git Fix typo Signed-off-by: Zack Cerza --- diff --git a/teuthology/report.py b/teuthology/report.py index 77ee8642fd..d31f066af2 100644 --- a/teuthology/report.py +++ b/teuthology/report.py @@ -189,7 +189,7 @@ class ResultsReporter(object): if not self.base_uri: msg = "No results_server set in {yaml}; cannot report results" - log.warn(msg.format(yaml=config.teuthology_yaml)) + self.log.warn(msg.format(yaml=config.teuthology_yaml)) def _make_session(self, max_retries=10): session = requests.Session()