L9P_LOG
#define L9P_LOG(level, fmt, ...) l9p_logf(level, __func__, fmt, ##__VA_ARGS__)
#define L9P_LOG(level, fmt, ...)