Commit 458b38e2 authored by Federico G. Schwindt's avatar Federico G. Schwindt

Add the SLT_F_BINARY flag to SLT_Hash

It might contain non-printable chars.
parent 76da7700
...@@ -334,7 +334,7 @@ SLTM(ESI_xmlerror, 0, "ESI parser error or warning message", ...@@ -334,7 +334,7 @@ SLTM(ESI_xmlerror, 0, "ESI parser error or warning message",
" The log record describes the problem encountered." " The log record describes the problem encountered."
) )
SLTM(Hash, 0, "Value added to hash", SLTM(Hash, SLT_F_BINARY, "Value added to hash",
"This value was added to the object lookup hash.\n\n" "This value was added to the object lookup hash.\n\n"
NODEF_NOTICE NODEF_NOTICE
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment