]> granicus.if.org Git - postgis/commitdiff
Downgrade notice of face splitting to debug level
authorSandro Santilli <strk@keybit.net>
Mon, 16 Jan 2012 08:24:53 +0000 (08:24 +0000)
committerSandro Santilli <strk@keybit.net>
Mon, 16 Jan 2012 08:24:53 +0000 (08:24 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8823 b70326c6-7e19-0410-871a-916f4a2858ee

topology/sql/sqlmm.sql.in.c

index e9fc62935a2dc5d9e438f7f19b2142809aac6501..d36143f315bb89f37ada3b640bd87921fc9b0bf3 100644 (file)
@@ -3229,8 +3229,10 @@ BEGIN
     RETURN newedge.edge_id;
   END IF;
 
-  RAISE NOTICE 'ST_AddEdgeNewFaces: edge % splitted face %',
+#ifdef POSTGIS_TOPOLOGY_DEBUG
+  RAISE DEBUG 'ST_AddEdgeNewFaces: edge % splitted face %',
       newedge.edge_id, newedge.left_face;
+#endif
 
   -- Call topology.AddFace for every face containing the new edge
   -- 
@@ -3918,8 +3920,10 @@ BEGIN
     RETURN newedge.edge_id;
   END IF;
 
-  RAISE NOTICE 'ST_AddEdgeModFace: edge % splitted face %',
+#ifdef POSTGIS_TOPOLOGY_DEBUG
+  RAISE DEBUG 'ST_AddEdgeModFace: edge % splitted face %',
       newedge.edge_id, newedge.left_face;
+#endif
 
   -- Call topology.AddFace for every face whose boundary contains the new edge
   --