This one is also already resolved, update modules/xlog from CVS, the underscore was not accepted...
Michal
On Mon, Feb 27, 2006 at 03:03:52PM +0100, Klaus Darilion wrote:
Hi Michal!
One bug is gone another occours:
xlog("L_ERR","@tls.peer.not_before %@tls.peer.not_before Certificate validity start\n"); xlog("L_ERR","@tls.peer.not_after %@tls.peer.not_after Certificate validity end\n"); xlog("L_ERR","@tls.my.not_before %@tls.my.not_before Certificate validity start\n"); xlog("L_ERR","@tls.my.not_after %@tls.my.not_after Certificate validity end\n");
causes:
BUG: select.c:100: Unable to resolve select at level 2 ERROR: xl_lib.c:1504: xlog: xl_parse_format: error while resolve_select XLOG:xdbg_fixup: ERROR: wrong format[@tls.peer.not_before %@tls.peer.not_before Certificate validity start ]
BUG: select.c:100: Unable to resolve select at level 2 ERROR: xl_lib.c:1504: xlog: xl_parse_format: error while resolve_select XLOG:xdbg_fixup: ERROR: wrong format[@tls.peer.not_after %@tls.peer.not_after Certificate validity end ]
BUG: select.c:100: Unable to resolve select at level 2 ERROR: xl_lib.c:1504: xlog: xl_parse_format: error while resolve_select XLOG:xdbg_fixup: ERROR: wrong format[@tls.my.not_before %@tls.my.not_before Certificate validity start ]
regards klaus