]> granicus.if.org Git - postgis/commitdiff
Fix log message to refer to correct function name
authorPaul Ramsey <pramsey@cleverelephant.ca>
Thu, 2 Oct 2008 15:56:57 +0000 (15:56 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Thu, 2 Oct 2008 15:56:57 +0000 (15:56 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@3045 b70326c6-7e19-0410-871a-916f4a2858ee

lwgeom/lwgeom_rtree.c

index a9f863f731ac625bf3687e782fdeb7f7599bfcfb..5ee8b87207ed703a09b627c447256d46ed66699d 100644 (file)
@@ -217,7 +217,7 @@ void freeTree(RTREE_NODE *root)
 void clearCache(RTREE_POLY_CACHE *cache)
 {
        int i;
-       LWDEBUGF(2, "freeCache called for %p", cache);
+       LWDEBUGF(2, "clearCache called for %p", cache);
        for(i = 0; i < cache->ringCount; i++)
        { 
                freeTree(cache->ringIndices[i]);