[GRASS-CVS] markus: grass6/raster/r.out.gdal main.c,1.21,1.22

grass at intevation.de grass at intevation.de
Tue Nov 20 11:45:55 EST 2007


Author: markus

Update of /grassrepository/grass6/raster/r.out.gdal
In directory doto:/tmp/cvs-serv19344

Modified Files:
	main.c 
Log Message:
debug msg

Index: main.c
===================================================================
RCS file: /grassrepository/grass6/raster/r.out.gdal/main.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- main.c	20 Nov 2007 16:33:21 -0000	1.21
+++ main.c	20 Nov 2007 16:45:53 -0000	1.22
@@ -544,7 +544,7 @@
         bHaveMinMax = TRUE;
         G_get_fp_range_min_max( &sRange, &dfCellMin, &dfCellMax );
     }
-    G_message( "Range: min: %f, max: %f", dfCellMin, dfCellMax);
+    G_debug(3, "Range: min: %f, max: %f", dfCellMin, dfCellMax);
 
     if (datatype == GDT_Unknown) {
 	/* ... determine raster data type from first GRASS raster in a group */




More information about the grass-commit mailing list