commit | a5555ec68a10f9e6755cbd374355d55caacf2268 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Nov 30 19:02:32 2008 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Nov 30 19:02:32 2008 +0100 |
tree | f9ab6ccd085becb0b4fd2211f2e2d9ac26cdac10 | |
parent | 55a8d0e1bb1507c7c80e812dff6e516e29f3c507 [diff] |
[MINOR] call session->do_log() for logging In order to avoid having to call per-protocol logging function directly from session.c, it's better to assign the logging function when the session is created. This also eliminates a test when the function is needed, and opens the way to more complete logging functions.