59 Shutdown: Digest authentication.
60 Shutdown: Negotiate authentication.
61 Shutdown: NTLM authentication.
+62 ERROR: ... while accepting a TLS connection on ...: ...
63 Resuming indexing cache_dir # ... from ...
64 DNS IPv4 socket created at ..., FD ...
\endverbatim
# - remove quotes around "strings"
# - remove excessive whitespace
# - remove debugs() statement termination sugar
- grep -o -E '\bdebugs[^,]*,\s*(Critical|Important)[(][0-9]+.*' doc/debug-messages.tmp2 | \
+ grep -o -E '\bdebugs[^,]*,[^,]*(Critical|Important)[(][0-9]+.*' doc/debug-messages.tmp2 | \
sed -r \
- -e 's/.*?(Critical|Important)[(]([0-9]+)[)],\s*/\2 /' \
+ -e 's/.*(Critical|Important)[(]([0-9]+)[)][^,]*,\s*/\2 /' \
-e 's/<<\s*[(].*[)]\s*(<<|[)];)/<< ... \1/g' \
-e 's/<<\s*[^"]*/.../g' \
-e 's@([^\\])"@\1@g' \