From dfb2352d077c51e6673c364b4673d690d4a9e96d Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Mon, 12 May 2014 15:29:10 -0500 Subject: [PATCH] Fix typo Signed-off-by: Zack Cerza --- teuthology/report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.39.5