]> granicus.if.org Git - postgis/commitdiff
Fixed incorrect use of RASTER_DEBUGF().
authorBborie Park <bkpark at ucdavis.edu>
Mon, 15 Oct 2012 19:21:51 +0000 (19:21 +0000)
committerBborie Park <bkpark at ucdavis.edu>
Mon, 15 Oct 2012 19:21:51 +0000 (19:21 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@10432 b70326c6-7e19-0410-871a-916f4a2858ee

raster/rt_core/rt_api.c

index 35de2eb35c8f0430d0061d78de7ac42ec4235744..9ddb18c241ecac4f63dd0dfb8c2fd8ef2e9a8ffb 100644 (file)
@@ -11497,7 +11497,7 @@ rt_raster_intersects(
                        }
                }
                else {
-                       RASTER_DEBUGF(4, "GEOSIntersects() returned a 2!!!!");
+                       RASTER_DEBUG(4, "GEOSIntersects() returned a 2!!!!");
                }
        }
        while (0);