From b7cdd67295fa20e17ae8f49a0bddb6af80b310b7 Mon Sep 17 00:00:00 2001 From: Toshio くらとみ Date: Tue, 2 Feb 2016 17:30:04 +0000 Subject: Rename method correctly for new API --- callback_plugins/logdetail2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'callback_plugins') diff --git a/callback_plugins/logdetail2.py b/callback_plugins/logdetail2.py index e264143e9..d746b8eb2 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) -- cgit