Commit 5ca0b5d3 authored by Nils Goroll's avatar Nils Goroll

restore vsl binary compatibility

be694992 unnecessarily changed the
values of most vsl tag enums and thus introduced an incompatibility
with logs written with previous code.

Fixes #2790
parent 5dc531f7
......@@ -65,20 +65,6 @@ SLTM(CLI, 0, "CLI communication",
/*---------------------------------------------------------------------*/
SLTM(SessError, 0, "Client connection accept failed",
"Accepting a client connection has failed.\n\n"
"The format is::\n\n"
"\t%s %s %s %d %d %s\n"
"\t| | | | | |\n"
"\t| | | | | +- Detailed error message\n"
"\t| | | | +---- Error Number (errno) from accept(2)\n"
"\t| | | +------- File descriptor number\n"
"\t| | +---------- Local TCP port / 0 for UDS\n"
"\t| +------------- Local IPv4/6 address / 0.0.0.0 for UDS\n"
"\t+---------------- Socket name (from -a argument)\n"
"\n"
)
SLTM(SessOpen, 0, "Client connection opened",
"The first record for a client connection, with the socket-endpoints"
" of the connection.\n\n"
......@@ -642,6 +628,20 @@ SLTM(Filters, 0, "Body filters",
"List of filters applied to the body"
)
SLTM(SessError, 0, "Client connection accept failed",
"Accepting a client connection has failed.\n\n"
"The format is::\n\n"
"\t%s %s %s %d %d %s\n"
"\t| | | | | |\n"
"\t| | | | | +- Detailed error message\n"
"\t| | | | +---- Error Number (errno) from accept(2)\n"
"\t| | | +------- File descriptor number\n"
"\t| | +---------- Local TCP port / 0 for UDS\n"
"\t| +------------- Local IPv4/6 address / 0.0.0.0 for UDS\n"
"\t+---------------- Socket name (from -a argument)\n"
"\n"
)
#undef NODEF_NOTICE
#undef SLTM
......
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