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

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jul 2 03:37:25 EDT 2008


Author: martinl
Date: 2008-07-02 03:37:25 -0400 (Wed, 02 Jul 2008)
New Revision: 31950

Modified:
   grass/branches/develbranch_6/lib/ogsf/gs.c
Log:
ogsflib: warning not needed here (->debug) [merged from trunk, r31949]

Modified: grass/branches/develbranch_6/lib/ogsf/gs.c
===================================================================
--- grass/branches/develbranch_6/lib/ogsf/gs.c	2008-07-02 07:35:21 UTC (rev 31949)
+++ grass/branches/develbranch_6/lib/ogsf/gs.c	2008-07-02 07:37:25 UTC (rev 31950)
@@ -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