[SCM] PostGIS branch stable-3.5 updated. 3.5.0-6-g0bc260b38

git at osgeo.org git at osgeo.org
Thu Oct 3 01:38:00 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.5 has been updated
       via  0bc260b38be7006e94a2ebb3ce5c7c15d37218da (commit)
      from  6e378cfbb992ae7b6ebbb87ac0b8e56bf4e9fded (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 0bc260b38be7006e94a2ebb3ce5c7c15d37218da
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/topo/lwgeom_topo.c b/liblwgeom/topo/lwgeom_topo.c
index c7c650d90..38721c222 100644
--- a/liblwgeom/topo/lwgeom_topo.c
+++ b/liblwgeom/topo/lwgeom_topo.c
@@ -3474,7 +3474,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)
@@ -3507,7 +3507,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" : "");
   }}
 
 
@@ -3578,7 +3578,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/topo/lwgeom_topo.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list