From: Bborie Park Date: Mon, 18 Feb 2013 04:17:19 +0000 (+0000) Subject: Wrong debug output function X-Git-Tag: 2.1.0beta2~202 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7eb9e446f5e6fc6f36c6910d92e6a4048ad0462b;p=postgis Wrong debug output function git-svn-id: http://svn.osgeo.org/postgis/trunk@11102 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/raster/rt_core/rt_api.c b/raster/rt_core/rt_api.c index cd16a9770..66fc4bf58 100644 --- a/raster/rt_core/rt_api.c +++ b/raster/rt_core/rt_api.c @@ -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;