[GRASS-SVN] r67499 - grass/trunk/lib/vector/Vlib

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jan 6 01:55:03 PST 2016


Author: martinl
Date: 2016-01-06 01:55:03 -0800 (Wed, 06 Jan 2016)
New Revision: 67499

Modified:
   grass/trunk/lib/vector/Vlib/write.c
   grass/trunk/lib/vector/Vlib/write_nat.c
Log:
vlib: debug messages cosmetics

Modified: grass/trunk/lib/vector/Vlib/write.c
===================================================================
--- grass/trunk/lib/vector/Vlib/write.c	2016-01-06 07:38:31 UTC (rev 67498)
+++ grass/trunk/lib/vector/Vlib/write.c	2016-01-06 09:55:03 UTC (rev 67499)
@@ -287,7 +287,7 @@
 {
     int ret;
 
-    G_debug(3, "Vect_restore_line(): name = %s,level = %d, line/offset = %"PRI_OFF_T,
+    G_debug(3, "Vect_restore_line(): name = %s, level = %d, line/offset = %"PRI_OFF_T,
             Map->name, Map->level, line);
 
     if (!check_map(Map))

Modified: grass/trunk/lib/vector/Vlib/write_nat.c
===================================================================
--- grass/trunk/lib/vector/Vlib/write_nat.c	2016-01-06 07:38:31 UTC (rev 67498)
+++ grass/trunk/lib/vector/Vlib/write_nat.c	2016-01-06 09:55:03 UTC (rev 67499)
@@ -5,7 +5,7 @@
 
    Higher level functions for reading/writing/manipulating vectors.
 
-   (C) 2001-2013 by the GRASS Development Team
+   (C) 2001-2015 by the GRASS Development Team
 
    This program is free software under the GNU General Public License
    (>=v2). Read the file COPYING that comes with GRASS for details.
@@ -341,7 +341,7 @@
     char rhead;
     struct gvfile *dig_fp;
     
-    G_debug(3, "V1_restore_line_nat(), offset = %"PRI_OFF_T, offset);
+    G_debug(3, "V1_restore_line_nat(): offset = %"PRI_OFF_T, offset);
     
     dig_set_cur_port(&(Map->head.port));
     dig_fp = &(Map->dig_fp);
@@ -391,7 +391,7 @@
     
     plus = &(Map->plus);
 
-    G_debug(3, "V2_restore_line_nat(), line = %d", (int)line);
+    G_debug(3, "V2_restore_line_nat(): line = %d", (int)line);
 
     if (line < 1 || line > plus->n_lines) {
         G_warning(_("Attempt to access feature with invalid id (%d)"), (int)line);



More information about the grass-commit mailing list