Browse Source

[master] Fix in hook exception log message.

Tomek Mrugalski 8 years ago
parent
commit
6fb22c27ba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/hooks/hooks_messages.mes

+ 1 - 1
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