From 3a441d6d3a755e97af803f731fc9059d8818ebd6 Mon Sep 17 00:00:00 2001 From: byronhe <1394332+byronhe@users.noreply.github.com> Date: Mon, 4 Jan 2021 22:24:54 +0800 Subject: [PATCH] Update mdbx.h --- mdbx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mdbx.h b/mdbx.h index 2a6a2d78..53f812ab 100644 --- a/mdbx.h +++ b/mdbx.h @@ -823,7 +823,7 @@ DEFINE_ENUM_FLAG_OPERATORS(MDBX_debug_flags_t) * \param [in] env An environment handle returned by \ref mdbx_env_create(). * \param [in] msg The assertion message, not including newline. */ typedef void MDBX_debug_func(MDBX_log_level_t loglevel, const char *function, - int line, const char *msg, + int line, const char *fmt, va_list args) MDBX_CXX17_NOEXCEPT; /** \brief The "don't change `logger`" value for mdbx_setup_debug() */