]> granicus.if.org Git - postgis/commitdiff
slightly changed PROF_SUM output for sort acceptance
authorSandro Santilli <strk@keybit.net>
Tue, 21 Sep 2004 21:04:14 +0000 (21:04 +0000)
committerSandro Santilli <strk@keybit.net>
Tue, 21 Sep 2004 21:04:14 +0000 (21:04 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@870 b70326c6-7e19-0410-871a-916f4a2858ee

lwgeom/lwgeom_geos.c

index d4afee60c395ed0e4ade24b0280181f21704accb..e250043942d78622f55703676db038ee6a279fc2 100644 (file)
@@ -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); \