mirror of
https://github.com/isar/libmdbx.git
synced 2025-12-25 08:02:21 +08:00
mdbx-tests: add log_flush().
This commit is contained in:
@@ -285,3 +285,5 @@ void log_trouble(const char *where, const char *what, int errnum) {
|
||||
bool log_enabled(const logging::loglevel priority) {
|
||||
return (priority >= logging::level);
|
||||
}
|
||||
|
||||
void log_flush(void) { fflushall(); }
|
||||
|
||||
Reference in New Issue
Block a user