[GRASS-SVN] r31949 - grass/trunk/lib/ogsf
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Jul 2 03:35:21 EDT 2008
Author: martinl
Date: 2008-07-02 03:35:21 -0400 (Wed, 02 Jul 2008)
New Revision: 31949
Modified:
grass/trunk/lib/ogsf/gs.c
Log:
ogsflib: warning not needed here (->debug)
Modified: grass/trunk/lib/ogsf/gs.c
===================================================================
--- grass/trunk/lib/ogsf/gs.c 2008-07-02 07:13:39 UTC (rev 31948)
+++ grass/trunk/lib/ogsf/gs.c 2008-07-02 07:35:21 UTC (rev 31949)
@@ -825,7 +825,7 @@
if (MAP_ATT == gs_get_att_src(gs, desc)) {
if (1 == gs_num_datah_reused(gs->att[desc].hdata)) {
/* only reference */
- G_warning (_("gs_set_att_src(): replacing existing map"));
+ G_debug (4, "gs_set_att_src(): replacing existing map");
gsds_free_datah(gs->att[desc].hdata);
}
More information about the grass-commit
mailing list