changeset 1848:f13d9fc4aaec

Adjust some message priorities and texts.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 01 Nov 2017 02:29:10 +0200
parents 91ec11702055
children 866398167d6d
files mapsearch.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/mapsearch.c	Wed Nov 01 02:16:45 2017 +0200
+++ b/mapsearch.c	Wed Nov 01 02:29:10 2017 +0200
@@ -891,7 +891,7 @@
             // Check what the request is about?
             if (len >= 10 && strncmp(data, "MAPSEARCH:", 10) == 0)
             {
-                THMSG(2, "[%p] Map search query.\n", wsi);
+                THMSG(1, "[%p] Map search query.\n", wsi);
 
                 // A map search query!
                 if (len <= 10 + 1)
@@ -906,7 +906,7 @@
                 char *buf = NULL;
                 size_t bufLen = 0, bufSize = 0;
 
-                THMSG(2, "[%p] Sending map information.\n", wsi);
+                THMSG(1, "[%p] Sending map information.\n", wsi);
 
                 th_strbuf_puts(&buf, &bufSize, &bufLen, "MAPS:[");
 
@@ -1081,7 +1081,7 @@
         MAPInfoCtx *info = &optMaps[n];
         FILE *fh;
 
-        THMSG(1, "Map ID '%s', data '%s', locations '%s' @ %d, %d\n",
+        THMSG(1, "Map ID '%s', data '%s', locations '%s' at [%d, %d]\n",
             info->locFile.continent,
             info->mapFilename,
             info->locFile.filename,