]> granicus.if.org Git - postgis/commitdiff
Wrong debug output function
authorBborie Park <bkpark at ucdavis.edu>
Mon, 18 Feb 2013 04:17:19 +0000 (04:17 +0000)
committerBborie Park <bkpark at ucdavis.edu>
Mon, 18 Feb 2013 04:17:19 +0000 (04:17 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@11102 b70326c6-7e19-0410-871a-916f4a2858ee

raster/rt_core/rt_api.c

index cd16a97701159200ee0fd805152ff06659cb8dcd..66fc4bf58c4d5d61063b711ca5cbc8f1c3af295d 100644 (file)
@@ -1632,7 +1632,7 @@ rt_band_load_offline_data(rt_band band) {
 
        /* get offline raster's geotransform */
        if (GDALGetGeoTransform(hdsSrc, ogt) != CE_None) {
-               RASTER_DEBUGF(4, "Using default geotransform matrix (0, 1, 0, 0, 0, -1)");
+               RASTER_DEBUG(4, "Using default geotransform matrix (0, 1, 0, 0, 0, -1)");
                ogt[0] = 0;
                ogt[1] = 1;
                ogt[2] = 0;