From b7cdd67295fa20e17ae8f49a0bddb6af80b310b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toshio=20=E3=81=8F=E3=82=89=E3=81=A8=E3=81=BF?= Date: Tue, 2 Feb 2016 17:30:04 +0000 Subject: [PATCH] Rename method correctly for new API --- callback_plugins/logdetail2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/callback_plugins/logdetail2.py b/callback_plugins/logdetail2.py index e264143e9e..d746b8eb2b 100644 --- a/callback_plugins/logdetail2.py +++ b/callback_plugins/logdetail2.py @@ -182,7 +182,7 @@ class CallbackModule(CallbackBase): def set_play_context(self, play_context): self.play_context = play_context - def runner_on_failed(self, result, ignore_errors=False): + def v2_runner_on_failed(self, result, ignore_errors=False): category = 'FAILED' logmech.log(result._host.get_name(), category, result._result, self.task, self._task_count)