summaryrefslogtreecommitdiffstats
path: root/src/lib/hooks/hooks_messages.mes
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/hooks/hooks_messages.mes')
-rw-r--r--src/lib/hooks/hooks_messages.mes2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/hooks/hooks_messages.mes b/src/lib/hooks/hooks_messages.mes
index b4fc5a6d13..c1440e71d3 100644
--- a/src/lib/hooks/hooks_messages.mes
+++ b/src/lib/hooks/hooks_messages.mes
@@ -47,7 +47,7 @@ index of the library (in the list of loaded libraries) that registered
it and the address of the callout. The error is otherwise ignored.
The error message includes the callout execution time in milliseconds.
-% HOOKS_CALLOUT_EXCEPTION exception thrown by callout on hook %1 registered by library with index %2 (callout address %3): %4 (callout duration: $5)
+% HOOKS_CALLOUT_EXCEPTION exception thrown by callout on hook %1 registered by library with index %2 (callout address %3): %4 (callout duration: %5)
If a callout throws an exception when called, this error message is
issued. It identifies the hook to which the callout is attached, the
index of the library (in the list of loaded libraries) that registered