[GRASS-SVN] r71500 - grass/branches/releasebranch_7_0/vector/v.vol.rst

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Sep 19 02:35:03 PDT 2017


Author: neteler
Date: 2017-09-19 02:35:03 -0700 (Tue, 19 Sep 2017)
New Revision: 71500

Modified:
   grass/branches/releasebranch_7_0/vector/v.vol.rst/main.c
Log:
v.vol.rst: improve wording of warning (#3100) (trunk, r69439)

Modified: grass/branches/releasebranch_7_0/vector/v.vol.rst/main.c
===================================================================
--- grass/branches/releasebranch_7_0/vector/v.vol.rst/main.c	2017-09-18 08:40:53 UTC (rev 71499)
+++ grass/branches/releasebranch_7_0/vector/v.vol.rst/main.c	2017-09-19 09:35:03 UTC (rev 71500)
@@ -637,7 +637,7 @@
 		}
 	    }
 	} else
-	  G_warning(_("Unable to create cellout raster map without cellinp"));
+	  G_warning(_("Unable to create <%s> raster map without cross_input raster map being specified"), cellout);
 	ertot = 0.;
         
 	out_cond1 = (outz != NULL) || (gradient != NULL) || (aspect1 != NULL)



More information about the grass-commit mailing list