commit | 3d2f16f3c3a1a5a906f904b3bc7e435ce232668e | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun May 13 00:21:17 2012 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun May 13 00:21:17 2012 +0200 |
tree | 0b7c2c31ac3fb02e0a6fedf8b44a3e996d20c2b0 | |
parent | ce887fd3b2fa633523aa5563b9a8a56b4d87cf46 [diff] |
MINOR: standard: add a new debug macro : fddebug() This macro is usable like printf but sends messages to fd #-1, which has no visible effect but is easy to spot in strace. This is very useful to put tracers at many points during debugging sessions.