summaryrefslogtreecommitdiffstats
path: root/callback_plugins
diff options
context:
space:
mode:
Diffstat (limited to 'callback_plugins')
-rw-r--r--callback_plugins/logdetail2.py2
1 files changed, 1 insertions, 1 deletions
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)