summaryrefslogtreecommitdiff
path: root/tests/mini-deflate.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mini-deflate.c')
-rw-r--r--tests/mini-deflate.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/mini-deflate.c b/tests/mini-deflate.c
index 40a2ea99e1..674338cbe2 100644
--- a/tests/mini-deflate.c
+++ b/tests/mini-deflate.c
@@ -35,10 +35,12 @@
# include "eagain-common.h"
# include "utils.h"
+const char* side = "";
+
static void
tls_log_func (int level, const char *str)
{
- fprintf (stderr, "|<%d>| %s", level, str);
+ fprintf (stderr, "%s|<%d>| %s", side, level, str);
}
# define MAX_BUF 6*1024