mdbx-test: явная установка append-режима для stdout/stderr.

This commit is contained in:
Леонид Юрьев (Leonid Yuriev)
2023-11-10 21:14:32 +03:00
parent d9f49b17de
commit cfce4ef4d3
3 changed files with 57 additions and 58 deletions

View File

@@ -55,7 +55,7 @@ bool MDBX_PRINTF_ARGS(2, 3)
output(const loglevel priority, const char *format, ...);
bool feed_ap(const char *format, va_list ap);
bool MDBX_PRINTF_ARGS(1, 2) feed(const char *format, ...);
bool ln();
void ln();
void inline MDBX_PRINTF_ARGS(2, 3)
output_nocheckloglevel(const loglevel priority, const char *format, ...) {