blob: 9ac5e04e9dedc05c8435fac01ebf952ee800e55f (
plain)
1
2
3
4
5
6
7
|
/* DO NOT EDIT: automatically built by dist/log.py. */
static inline int
__wt_logput_debug(WT_SESSION_IMPL *session, const char * message)
{
return (__wt_log_put(session, &__wt_logdesc_debug, message));
}
|