]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Fix in hook exception log message. trac5104_base trac5214_base
authorTomek Mrugalski <tomasz@isc.org>
Thu, 11 May 2017 15:22:47 +0000 (17:22 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Thu, 11 May 2017 15:22:47 +0000 (17:22 +0200)
src/lib/hooks/hooks_messages.mes

index b4fc5a6d13ad708d3ed741aeec48b93bd6502232..c1440e71d3643f3dd3acc672ad626a037f9b2914 100644 (file)
@@ -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