Browse Source

v.rast.stats: be less verbose (cosmetics)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@58736 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 11 years ago
parent
commit
e3eed03932
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/v.rast.stats/v.rast.stats.py

+ 1 - 1
scripts/v.rast.stats/v.rast.stats.py

@@ -282,7 +282,7 @@ def main():
     grass.run_command('g.remove', rast='MASK', quiet=True, stderr=nuldev)
     grass.run_command('g.remove', rast='MASK', quiet=True, stderr=nuldev)
 
 
     if exitcode == 0:
     if exitcode == 0:
-        grass.message((_("Statistics calculated from raster map <%s>") % raster) +
+        grass.verbose((_("Statistics calculated from raster map <%s>") % raster) +
                       (_(" and uploaded to attribute table of vector map <%s>.") % vector))
                       (_(" and uploaded to attribute table of vector map <%s>.") % vector))
     else:
     else:
         grass.warning(_("Failed to upload statistics to attribute table of vector map <%s>.") % vector)
         grass.warning(_("Failed to upload statistics to attribute table of vector map <%s>.") % vector)