From 96ebb735b2a93af62997c9305bf8e0de3b7ef5da Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Tue, 20 Nov 2012 21:34:36 +0000 Subject: [PATCH] Make default joinsel message more obvious git-svn-id: http://svn.osgeo.org/postgis/trunk@10724 b70326c6-7e19-0410-871a-916f4a2858ee --- postgis/geometry_estimate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgis/geometry_estimate.c b/postgis/geometry_estimate.c index df5ab4e10..2aebf0a17 100644 --- a/postgis/geometry_estimate.c +++ b/postgis/geometry_estimate.c @@ -129,7 +129,7 @@ Datum geometry_estimated_extent(PG_FUNCTION_ARGS); PG_FUNCTION_INFO_V1(LWGEOM_gist_joinsel); Datum geometry_gist_joinsel_2d(PG_FUNCTION_ARGS) { - POSTGIS_DEBUGF(2, "geometry_gist_joinsel_2d called (returning %f)", + POSTGIS_DEBUGF(2, "geometry_gist_joinsel_2d called (returning default, %f)", DEFAULT_GEOMETRY_JOINSEL); PG_RETURN_FLOAT8(DEFAULT_GEOMETRY_JOINSEL); -- 2.50.1