[GRASS-SVN] r70195 - grass/branches/releasebranch_7_2/vector/v.vol.rst

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jan 2 03:05:41 PST 2017


Author: neteler
Date: 2017-01-02 03:05:41 -0800 (Mon, 02 Jan 2017)
New Revision: 70195

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

Modified: grass/branches/releasebranch_7_2/vector/v.vol.rst/main.c
===================================================================
--- grass/branches/releasebranch_7_2/vector/v.vol.rst/main.c	2017-01-02 11:03:56 UTC (rev 70194)
+++ grass/branches/releasebranch_7_2/vector/v.vol.rst/main.c	2017-01-02 11:05:41 UTC (rev 70195)
@@ -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