]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Fix typo
authorZack Cerza <zack@cerza.org>
Mon, 12 May 2014 20:29:10 +0000 (15:29 -0500)
committerZack Cerza <zack@cerza.org>
Mon, 12 May 2014 21:03:54 +0000 (16:03 -0500)
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
teuthology/report.py

index 77ee8642fd5a1ebca21780dea9a1a6309cacdeab..d31f066af2fd6b8c6a789870e5333e5f1eba892e 100644 (file)
@@ -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()