[postgis-commits] svn - r3045 - trunk/lwgeom

postgis-commits at postgis.refractions.net postgis-commits at postgis.refractions.net
Thu Oct 2 08:56:57 PDT 2008


Author: pramsey
Date: 2008-10-02 08:56:57 -0700 (Thu, 02 Oct 2008)
New Revision: 3045

Modified:
   trunk/lwgeom/lwgeom_rtree.c
Log:
Fix log message to refer to correct function name


Modified: trunk/lwgeom/lwgeom_rtree.c
===================================================================
--- trunk/lwgeom/lwgeom_rtree.c	2008-10-02 12:43:13 UTC (rev 3044)
+++ trunk/lwgeom/lwgeom_rtree.c	2008-10-02 15:56:57 UTC (rev 3045)
@@ -217,7 +217,7 @@
 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]);



More information about the postgis-commits mailing list