[postgis-tickets] r16021 - Fix typo in notice message

Sandro Santilli strk at kbt.io
Fri Oct 20 08:06:33 PDT 2017


Author: strk
Date: 2017-10-20 08:06:32 -0700 (Fri, 20 Oct 2017)
New Revision: 16021

Modified:
   trunk/liblwgeom/lwgeom_topo.c
Log:
Fix typo in notice message

Modified: trunk/liblwgeom/lwgeom_topo.c
===================================================================
--- trunk/liblwgeom/lwgeom_topo.c	2017-10-20 13:58:00 UTC (rev 16020)
+++ trunk/liblwgeom/lwgeom_topo.c	2017-10-20 15:06:32 UTC (rev 16021)
@@ -3702,7 +3702,7 @@
     if ( nface1 ) lwgeom_free(nface1);
     if ( nface2 ) lwgeom_free(nface2);
   }} else {{
-    lwnotice("BBOX of edge changed edge did not change");
+    lwnotice("BBOX of changed edge did not change");
   }}
 
   LWDEBUG(1, "all done, cleaning up edges");



More information about the postgis-tickets mailing list