mirror of
https://github.com/isar/libmdbx.git
synced 2025-12-17 17:32:24 +08:00
test: add log_extra().
This commit is contained in:
@@ -67,7 +67,7 @@ static void mdbx_debug_logger(int type, const char *function, int line,
|
||||
level = logging::failure;
|
||||
}
|
||||
|
||||
if (logging::output(level, "mdbx: "))
|
||||
if (logging::output(level, "mdbx: %s: ", function))
|
||||
logging::feed(msg, args);
|
||||
if (type & MDBX_DBG_ASSERT)
|
||||
abort();
|
||||
|
||||
Reference in New Issue
Block a user