debug
#define debug(...) printf(__VA_ARGS__)
#define debug(...) (void)0
debug(const char *format, ...) {
#define debug(...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_DEBUG1, NULL, __VA_ARGS__)
debug(const char *msg, ...)
debug(const char *fmt, ...)
debug(const char *fmt,...)
#define debug(fmt, ...) \