changeset 1874:ce841c3d3f5f

Adjust a debug log message.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 04 Nov 2017 17:42:09 +0200
parents 67026ade5eba
children cfa171f52c3d
files mapsearch.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mapsearch.c	Sat Nov 04 17:41:54 2017 +0200
+++ b/mapsearch.c	Sat Nov 04 17:42:09 2017 +0200
@@ -826,7 +826,7 @@
         goto out;
     }
 
-    mapMSG(2, "Block size %d x %d\n", width, height);
+    mapMSG(2, "Parsed block size %d x %d\n", width, height);
 
     if (width * height < 3)
     {