[GRASS-SVN] r65475 - grass/trunk/vector/v.extract

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Jun 14 19:55:26 PDT 2015


Author: wenzeslaus
Date: 2015-06-14 19:55:26 -0700 (Sun, 14 Jun 2015)
New Revision: 65475

Modified:
   grass/trunk/vector/v.extract/extract.c
Log:
v.extract: add main debug message to the extract_line function

Modified: grass/trunk/vector/v.extract/extract.c
===================================================================
--- grass/trunk/vector/v.extract/extract.c	2015-06-14 21:18:01 UTC (rev 65474)
+++ grass/trunk/vector/v.extract/extract.c	2015-06-15 02:55:26 UTC (rev 65475)
@@ -194,6 +194,9 @@
 		 struct Map_info *Out, int new, int select_type, int dissolve,
 		 int field, int type_only, int reverse)
 {
+    G_debug(2, "extract_line(num_index=%d, new=%d, select_type=%d,"
+               " dissolve=%d, field=%d, type_only=%d, reverse=%d)",
+        num_index, new, select_type, dissolve, field, type_only, reverse);
     int line, nlines, native;
     struct line_pnts *Points;
     struct line_cats *Line_Cats_Old, *CCats;



More information about the grass-commit mailing list