[SCM] PostGIS branch stable-3.3 updated. 3.3.7-5-gcdcd74ddb

git at osgeo.org git at osgeo.org
Thu Oct 3 01:38:33 PDT 2024


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 "PostGIS".

The branch, stable-3.3 has been updated
       via  cdcd74ddb099cd4426d9976e8f51d0db52d6aa2e (commit)
      from  8996cdd92db47a9d6fbb200349f6e894a5aa54b0 (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 cdcd74ddb099cd4426d9976e8f51d0db52d6aa2e
Author: Sandro Santilli <strk at kbt.io>
Date:   Thu Oct 3 10:35:42 2024 +0200

    Notice -> Debug ( from last commit )

diff --git a/liblwgeom/lwgeom_topo.c b/liblwgeom/lwgeom_topo.c
index 04d29fd62..3092333e8 100644
--- a/liblwgeom/lwgeom_topo.c
+++ b/liblwgeom/lwgeom_topo.c
@@ -3473,7 +3473,7 @@ lwt_ChangeEdgeGeom(LWT_TOPOLOGY* topo, LWT_ELEMID edge_id, LWLINE *geom)
     LWT_ELEMID *signed_edge_ids;
     LWPOLY *shell;
 
-    lwnotice("Twist check before");
+    LWDEBUG(1, "Twist check before");
     signed_edge_ids = lwt_be_getRingEdges(topo, edge_id, &num_signed_edge_ids, 0);
     /* Get winding of left face ring */
     if (!signed_edge_ids)
@@ -3505,7 +3505,7 @@ lwt_ChangeEdgeGeom(LWT_TOPOLOGY* topo, LWT_ELEMID edge_id, LWLINE *geom)
     lwpoly_free(shell);
     lwfree( signed_edge_ids );
 
-    lwnotice("Ring of edge %" LWTFMT_ELEMID " is %sclockwise", edge_id, leftRingIsCCW ? "counter" : "");
+    LWDEBUGF(1, "Ring of edge %" LWTFMT_ELEMID " is %sclockwise", edge_id, leftRingIsCCW ? "counter" : "");
   }}
 
 
@@ -3576,7 +3576,7 @@ lwt_ChangeEdgeGeom(LWT_TOPOLOGY* topo, LWT_ELEMID edge_id, LWLINE *geom)
     LWPOLY *shell;
     int isCCW;
 
-    lwnotice("Twist check after");
+    LWDEBUG(1, "Twist check after");
     signed_edge_ids = lwt_be_getRingEdges(topo, edge_id, &num_signed_edge_ids, 0);
     /* Get winding of left face ring */
     if (!signed_edge_ids)

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

Summary of changes:
 liblwgeom/lwgeom_topo.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list