From: Bborie Park Date: Mon, 15 Oct 2012 19:21:51 +0000 (+0000) Subject: Fixed incorrect use of RASTER_DEBUGF(). X-Git-Tag: 2.1.0beta2~535 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e4eb1dd0f47a2b8ff48aca08c7d277cc2297b3b1;p=postgis Fixed incorrect use of RASTER_DEBUGF(). git-svn-id: http://svn.osgeo.org/postgis/trunk@10432 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/raster/rt_core/rt_api.c b/raster/rt_core/rt_api.c index 35de2eb35..9ddb18c24 100644 --- a/raster/rt_core/rt_api.c +++ b/raster/rt_core/rt_api.c @@ -11497,7 +11497,7 @@ rt_raster_intersects( } } else { - RASTER_DEBUGF(4, "GEOSIntersects() returned a 2!!!!"); + RASTER_DEBUG(4, "GEOSIntersects() returned a 2!!!!"); } } while (0);