mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-01-03 02:32:03 +00:00
[BUILD] debug.h had a typo. Also add FSM_PRINTF to debug FSM only.
This commit is contained in:
parent
a4cd1f50cc
commit
8a68c24b91
@ -25,9 +25,15 @@
|
||||
#include <common/config.h>
|
||||
|
||||
#ifdef DEBUG_FULL
|
||||
#define DPRINTF(x...) fprintf(args)
|
||||
#define DPRINTF(x...) fprintf(x)
|
||||
#else
|
||||
#define DPRINTF(x...)
|
||||
#endif
|
||||
|
||||
#ifdef DEBUG_FSM
|
||||
#define FSM_PRINTF(x...) fprintf(x)
|
||||
#else
|
||||
#define FSM_PRINTF(x...)
|
||||
#endif
|
||||
|
||||
#endif /* _COMMON_DEBUG_H */
|
||||
|
Loading…
Reference in New Issue
Block a user