[GRASS-SVN] r62174 - grass/trunk/vector/v.surf.rst

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Oct 4 11:40:18 PDT 2014


Author: annakrat
Date: 2014-10-04 11:40:18 -0700 (Sat, 04 Oct 2014)
New Revision: 62174

Modified:
   grass/trunk/vector/v.surf.rst/main.c
Log:
v.surf.rst: change debug to verbose message

Modified: grass/trunk/vector/v.surf.rst/main.c
===================================================================
--- grass/trunk/vector/v.surf.rst/main.c	2014-10-04 14:02:25 UTC (rev 62173)
+++ grass/trunk/vector/v.surf.rst/main.c	2014-10-04 18:40:18 UTC (rev 62174)
@@ -671,7 +671,7 @@
 
     if (dtens) {
 	params.fi = params.fi * dnorm / 1000.;
-	G_debug(1, "dnorm = %f, rescaled tension = %f", dnorm, params.fi);
+	G_verbose_message("dnorm = %f, rescaled tension = %f", dnorm, params.fi);
     }
     
     bitmask = IL_create_bitmask(&params);



More information about the grass-commit mailing list