From: Sandro Santilli Date: Tue, 21 Sep 2004 21:04:14 +0000 (+0000) Subject: slightly changed PROF_SUM output for sort acceptance X-Git-Tag: pgis_1_0_0RC1~402 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9d36434ce8f32eec0040bb23bf11ee22a73f6bf5;p=postgis slightly changed PROF_SUM output for sort acceptance git-svn-id: http://svn.osgeo.org/postgis/trunk@870 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/lwgeom/lwgeom_geos.c b/lwgeom/lwgeom_geos.c index d4afee60c..e25004394 100644 --- a/lwgeom/lwgeom_geos.c +++ b/lwgeom/lwgeom_geos.c @@ -72,7 +72,7 @@ long profipts, profopts; profipts, profopts, profipts+profopts, \ proftime[PROF_P2G], proftime[PROF_G2P], \ proftime[PROF_GRUN]); \ - elog(NOTICE, "PROF_SUMMARY: pts:%lu cnv:%d%% run:%d%%", \ + elog(NOTICE, "PROF_SUM: pts %lu cnv %d%% run %d%%", \ profipts+profopts, \ convpercent, \ runpercent); \