[GRASS-SVN] r37519 - grass/trunk/lib/python

svn_grass at osgeo.org svn_grass at osgeo.org
Tue May 26 14:14:57 EDT 2009


Author: martinl
Date: 2009-05-26 14:14:57 -0400 (Tue, 26 May 2009)
New Revision: 37519

Modified:
   grass/trunk/lib/python/vector.py
Log:
cosmetics in debug message


Modified: grass/trunk/lib/python/vector.py
===================================================================
--- grass/trunk/lib/python/vector.py	2009-05-26 18:14:33 UTC (rev 37518)
+++ grass/trunk/lib/python/vector.py	2009-05-26 18:14:57 UTC (rev 37519)
@@ -169,7 +169,7 @@
     if kwargs.has_key('columns'):
         if key not in kwargs['columns'].split(','):
             # add key column if missing
-            info("Adding key column to the output")
+            debug("Adding key column to the output")
             kwargs['columns'] += ',' + key
     
     ret = read_command('v.db.select',



More information about the grass-commit mailing list