[GRASS-SVN] r37518 - grass/branches/develbranch_6/lib/python
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue May 26 14:14:34 EDT 2009
Author: martinl
Date: 2009-05-26 14:14:33 -0400 (Tue, 26 May 2009)
New Revision: 37518
Modified:
grass/branches/develbranch_6/lib/python/vector.py
Log:
cosmetics in debug message
Modified: grass/branches/develbranch_6/lib/python/vector.py
===================================================================
--- grass/branches/develbranch_6/lib/python/vector.py 2009-05-26 17:43:43 UTC (rev 37517)
+++ grass/branches/develbranch_6/lib/python/vector.py 2009-05-26 18:14:33 UTC (rev 37518)
@@ -152,7 +152,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