[GRASS-SVN] r41456 - grass/branches/develbranch_6/raster/r.out.gdal

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Mar 16 02:03:35 EDT 2010


Author: hamish
Date: 2010-03-16 02:03:34 -0400 (Tue, 16 Mar 2010)
New Revision: 41456

Modified:
   grass/branches/develbranch_6/raster/r.out.gdal/export_band.c
Log:
use 6.x fn name for dbg msg

Modified: grass/branches/develbranch_6/raster/r.out.gdal/export_band.c
===================================================================
--- grass/branches/develbranch_6/raster/r.out.gdal/export_band.c	2010-03-16 02:08:10 UTC (rev 41455)
+++ grass/branches/develbranch_6/raster/r.out.gdal/export_band.c	2010-03-16 06:03:34 UTC (rev 41456)
@@ -327,7 +327,7 @@
 		    sColor.c4 = 255;
 
 		    G_debug(3,
-			    "Rast_get_c_color: Y, rcount %d, nRed %d, nGreen %d, nBlue %d",
+			    "G_get_color: Y, rcount %d, nRed %d, nGreen %d, nBlue %d",
 			    rcount, nRed, nGreen, nBlue);
 		    GDALSetColorEntry(hCT, iColor, &sColor);
 		}
@@ -338,7 +338,7 @@
 		    sColor.c4 = 0;
 
 		    G_debug(3,
-			    "Rast_get_c_color: N, rcount %d, nRed %d, nGreen %d, nBlue %d",
+			    "G_get_color: N, rcount %d, nRed %d, nGreen %d, nBlue %d",
 			    rcount, nRed, nGreen, nBlue);
 		    GDALSetColorEntry(hCT, iColor, &sColor);
 		}



More information about the grass-commit mailing list