[geos-commits] [SCM] GEOS branch master updated. 74efffbfc8487e3a8cb128e9cb5d69886482b0f7

git at osgeo.org git at osgeo.org
Thu Jan 7 15:01:14 PST 2021


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".

The branch, master has been updated
       via  74efffbfc8487e3a8cb128e9cb5d69886482b0f7 (commit)
      from  99014ed70e929494f044013628ba87ed0caf8fdb (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 74efffbfc8487e3a8cb128e9cb5d69886482b0f7
Author: Martin Davis <mtnclimb at gmail.com>
Date:   Thu Jan 7 15:01:07 2021 -0800

    Improve geosop logging

diff --git a/util/geosop/GeosOp.cpp b/util/geosop/GeosOp.cpp
index dbdae31..066b0ff 100644
--- a/util/geosop/GeosOp.cpp
+++ b/util/geosop/GeosOp.cpp
@@ -320,7 +320,7 @@ void GeosOp::run() {
 
     if (args.isShowTime || args.isVerbose) {
         std::cout
-            << "Processed " <<  opCount << " operations ( "
+            << "Processed " <<  opCount << " " << args.opName << " ops ( "
             << vertexCount << " vertices)"
             << "  -- " << timeFormatted( totalTime )
             << std::endl;

-----------------------------------------------------------------------

Summary of changes:
 util/geosop/GeosOp.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list