[SCM] PostGIS branch master updated. 3.5.0-16-g4fcfd0fd6

git at osgeo.org git at osgeo.org
Thu Oct 3 01:36:01 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, master has been updated
       via  4fcfd0fd64b9b42c8120aa2cd9a4f16733cae863 (commit)
      from  45d2fc8ccee5abce925f250dde040da5d0520795 (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 4fcfd0fd64b9b42c8120aa2cd9a4f16733cae863
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