[GRASS-SVN] r70523 - grass/trunk/lib/vector/Vlib
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Feb 10 01:29:18 PST 2017
Author: martinl
Date: 2017-02-10 01:29:17 -0800 (Fri, 10 Feb 2017)
New Revision: 70523
Modified:
grass/trunk/lib/vector/Vlib/box.c
Log:
Vect_get_map_box1(): print message on verbose level (cosmetics)
Modified: grass/trunk/lib/vector/Vlib/box.c
===================================================================
--- grass/trunk/lib/vector/Vlib/box.c 2017-02-10 09:21:30 UTC (rev 70522)
+++ grass/trunk/lib/vector/Vlib/box.c 2017-02-10 09:29:17 UTC (rev 70523)
@@ -426,6 +426,8 @@
Points = Vect_new_line_struct();
Vect_rewind(Map);
+ G_verbose_message(_("Topology not available for vector map <%s>. "
+ "Registering primitives..."), Vect_get_full_name(Map));
while (TRUE) {
/* register line */
type = Vect_read_next_line(Map, Points, NULL);
More information about the grass-commit
mailing list