[GRASS-SVN] r38557 - grass/branches/releasebranch_6_4/vector/v.out.ogr

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jul 31 12:26:21 EDT 2009


Author: mmetz
Date: 2009-07-31 12:26:21 -0400 (Fri, 31 Jul 2009)
New Revision: 38557

Modified:
   grass/branches/releasebranch_6_4/vector/v.out.ogr/main.c
Log:
debug fix

Modified: grass/branches/releasebranch_6_4/vector/v.out.ogr/main.c
===================================================================
--- grass/branches/releasebranch_6_4/vector/v.out.ogr/main.c	2009-07-31 16:14:11 UTC (rev 38556)
+++ grass/branches/releasebranch_6_4/vector/v.out.ogr/main.c	2009-07-31 16:26:21 UTC (rev 38557)
@@ -232,7 +232,7 @@
 
     /* Open OGR DSN */
     /* OGRRegisterAll(); */  /* drivers are already registered */
-    G_debug(0, "driver count = %d", OGRGetDriverCount());
+    G_debug(2, "driver count = %d", OGRGetDriverCount());
     drn = -1;
     for (i = 0; i < OGRGetDriverCount(); i++) {
 	Ogr_driver = OGRGetDriver(i);



More information about the grass-commit mailing list