changeset 1869:03b6f161ce90

Fix logging.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 04 Nov 2017 16:36:52 +0200
parents 0f3aebb436ac
children e3108a01e841
files mapsearch.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mapsearch.c	Sat Nov 04 15:15:53 2017 +0200
+++ b/mapsearch.c	Sat Nov 04 16:36:52 2017 +0200
@@ -208,7 +208,7 @@
 void mapLogStr(int level, const char *line)
 {
     if (level <= (1 << th_verbosityLevel))
-        mapMSG(level, "%s", line);
+        mapMSG(0, "%s", line);
 }