[GRASS-SVN] r32204 - grass/trunk/lib/ogsf
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Jul 22 05:58:12 EDT 2008
Author: martinl
Date: 2008-07-22 05:58:12 -0400 (Tue, 22 Jul 2008)
New Revision: 32204
Modified:
grass/trunk/lib/ogsf/Gv3.c
Log:
ogsflib cosmetics: print fully qualified vector name
Modified: grass/trunk/lib/ogsf/Gv3.c
===================================================================
--- grass/trunk/lib/ogsf/Gv3.c 2008-07-22 09:50:04 UTC (rev 32203)
+++ grass/trunk/lib/ogsf/Gv3.c 2008-07-22 09:58:12 UTC (rev 32204)
@@ -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