[GRASS-SVN] r65259 - grass/trunk/lib/gis
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun May 17 02:35:23 PDT 2015
Author: martinl
Date: 2015-05-17 02:35:23 -0700 (Sun, 17 May 2015)
New Revision: 65259
Modified:
grass/trunk/lib/gis/parser.c
Log:
libgis: debug message cosmetics (option_to_separator moved to level 3)
Modified: grass/trunk/lib/gis/parser.c
===================================================================
--- grass/trunk/lib/gis/parser.c 2015-05-17 01:08:53 UTC (rev 65258)
+++ grass/trunk/lib/gis/parser.c 2015-05-17 09:35:23 UTC (rev 65259)
@@ -1604,7 +1604,7 @@
else
sep = G_store(option->answer);
- G_debug(2, "G_option_to_separator(): key = %s -> sep = '%s'",
+ G_debug(3, "G_option_to_separator(): key = %s -> sep = '%s'",
option->key, sep);
return sep;
More information about the grass-commit
mailing list