From 7eb9e446f5e6fc6f36c6910d92e6a4048ad0462b Mon Sep 17 00:00:00 2001 From: Bborie Park Date: Mon, 18 Feb 2013 04:17:19 +0000 Subject: [PATCH] Wrong debug output function git-svn-id: http://svn.osgeo.org/postgis/trunk@11102 b70326c6-7e19-0410-871a-916f4a2858ee --- raster/rt_core/rt_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.40.0