Преглед на файлове

fix debug level

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@45362 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz преди 14 години
родител
ревизия
05afc900f6
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      lib/vector/Vlib/break_polygons.c

+ 2 - 2
lib/vector/Vlib/break_polygons.c

@@ -121,7 +121,7 @@ Vect_break_polygons_file(struct Map_info *Map, int type, struct Map_info *Err)
     int fd, xpntfd;
     int fd, xpntfd;
     char *filename;
     char *filename;
     
     
-    G_debug(0, "File-based version of Vect_break_polygons()");
+    G_debug(1, "File-based version of Vect_break_polygons()");
 
 
     filename = G_tempfile();
     filename = G_tempfile();
     fd = open(filename, O_RDWR | O_CREAT | O_EXCL, 0600);
     fd = open(filename, O_RDWR | O_CREAT | O_EXCL, 0600);
@@ -409,7 +409,7 @@ Vect_break_polygons_mem(struct Map_info *Map, int type, struct Map_info *Err)
     double dx, dy, a1 = 0, a2 = 0;
     double dx, dy, a1 = 0, a2 = 0;
     int closed, last_point, cross;
     int closed, last_point, cross;
 
 
-    G_debug(0, "Memory-based version of Vect_break_polygons()");
+    G_debug(1, "Memory-based version of Vect_break_polygons()");
 
 
     RBTree = rbtree_create(compare_xpnts, sizeof(XPNT));
     RBTree = rbtree_create(compare_xpnts, sizeof(XPNT));