changeset 2096:f381dd0fffc8

Make the generic error message a bit more clear.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 05 Sep 2019 15:48:36 +0300
parents c1aa23a6ebf5
children 2a0dd44ccbdd
files mapsearch.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mapsearch.c	Thu Sep 05 15:39:52 2019 +0300
+++ b/mapsearch.c	Thu Sep 05 15:48:36 2019 +0300
@@ -1321,7 +1321,7 @@
             else
             {
                 // Unknown or invalid query
-                verr = "Invalid command/search query, not enough data.";
+                verr = "Invalid command, and/or not enough data.";
             }
 
             // Check for errors ..