[GRASS-SVN] r68283 - grass/trunk/raster3d/r3.null

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Apr 19 07:03:28 PDT 2016


Author: wenzeslaus
Date: 2016-04-19 07:03:28 -0700 (Tue, 19 Apr 2016)
New Revision: 68283

Modified:
   grass/trunk/raster3d/r3.null/main.c
Log:
r3.null: replace fprintf to stderr by G_debug

Modified: grass/trunk/raster3d/r3.null/main.c
===================================================================
--- grass/trunk/raster3d/r3.null/main.c	2016-04-19 11:39:10 UTC (rev 68282)
+++ grass/trunk/raster3d/r3.null/main.c	2016-04-19 14:03:28 UTC (rev 68283)
@@ -102,7 +102,7 @@
     if (NULL == G_find_raster3d(name, ""))
 	Rast3d_fatal_error(_("3D raster map <%s> not found"), name);
 
-    fprintf(stderr, "name %s Mapset %s \n", name, G_mapset());
+    G_debug(1, "Changing NULLs of map %s in %s", name, G_mapset());
     map = Rast3d_open_cell_old(name, G_mapset(), RASTER3D_DEFAULT_WINDOW,
 			  DCELL_TYPE, cacheSize);
 



More information about the grass-commit mailing list