[GRASS-SVN] r32205 - grass/branches/develbranch_6/lib/ogsf

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jul 22 05:59:40 EDT 2008


Author: martinl
Date: 2008-07-22 05:59:39 -0400 (Tue, 22 Jul 2008)
New Revision: 32205

Modified:
   grass/branches/develbranch_6/lib/ogsf/Gv3.c
Log:
ogsflib cosmetics: print fully qualified vector name (merged from trunk, r32204)

Modified: grass/branches/develbranch_6/lib/ogsf/Gv3.c
===================================================================
--- grass/branches/develbranch_6/lib/ogsf/Gv3.c	2008-07-22 09:58:12 UTC (rev 32204)
+++ grass/branches/develbranch_6/lib/ogsf/Gv3.c	2008-07-22 09:59:39 UTC (rev 32205)
@@ -60,7 +60,7 @@
     Vect_set_open_level (2); 
     if (Vect_open_old (&map, grassname, "") == -1) {
 	G_warning (_("Unable to open vector map <%s>"),
-		   grassname);
+		   G_fully_qualified_name(grassname, mapset));
 	return NULL;
     }
 
@@ -244,7 +244,7 @@
     }
     else {
       G_message (_("Vector map <%s> loaded (%d features)"),
-		 grassname, nl);
+		 G_fully_qualified_name(grassname, mapset), nl);
     }
     
     *nlines = nl;



More information about the grass-commit mailing list