[GRASS-SVN] r50848 - grass/branches/releasebranch_6_4/gui/scripts

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Feb 17 15:58:10 EST 2012


Author: martinl
Date: 2012-02-17 12:58:10 -0800 (Fri, 17 Feb 2012)
New Revision: 50848

Modified:
   grass/branches/releasebranch_6_4/gui/scripts/g.extension.py
Log:
g.extension.py: fix debug level (0 -> 1)


Modified: grass/branches/releasebranch_6_4/gui/scripts/g.extension.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/scripts/g.extension.py	2012-02-17 20:56:42 UTC (rev 50847)
+++ grass/branches/releasebranch_6_4/gui/scripts/g.extension.py	2012-02-17 20:58:10 UTC (rev 50848)
@@ -430,7 +430,7 @@
     grass.message(_("Downloading precompiled GRASS Addons <%s>...") % options['extension'])
     url = "http://wingrass.fsv.cvut.cz/grass%s%s/addons/grass-%s.%s.%s" % \
         (version[0], version[1], version[0], version[1], version[2])
-    grass.debug("url=%s" % url, 0)
+    grass.debug("url=%s" % url, 1)
     
     try:
         f = urlopen(url + '/' + options['extension'] + '.zip')



More information about the grass-commit mailing list