From: Paul Ramsey Date: Fri, 20 Nov 2009 20:12:42 +0000 (+0000) Subject: Fix an error hidden in a debug line. X-Git-Tag: 1.5.0b1~198 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c2e7b08d72c74da8865f577927e8bd8514329e75;p=postgis Fix an error hidden in a debug line. git-svn-id: http://svn.osgeo.org/postgis/trunk@4873 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/postgis/geography_gist.c b/postgis/geography_gist.c index b16051867..72493c0a5 100644 --- a/postgis/geography_gist.c +++ b/postgis/geography_gist.c @@ -598,7 +598,7 @@ int geography_gidx(GSERIALIZED *g, GIDX *gidx) POSTGIS_DEBUG(4, "entered function"); - POSTGIS_DEBUGF(4, "got flags %d", gpart->flags); + POSTGIS_DEBUGF(4, "got flags %d", g->flags); if ( FLAGS_GET_BBOX(g->flags) && FLAGS_GET_GEODETIC(g->flags) ) {