[GRASS-SVN] r58808 - grass/trunk/raster/r.in.gdal
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Jan 30 09:31:20 PST 2014
Author: martinl
Date: 2014-01-30 09:31:19 -0800 (Thu, 30 Jan 2014)
New Revision: 58808
Modified:
grass/trunk/raster/r.in.gdal/main.c
Log:
r.in.gdal: be less verbose & fix percent usage (cosmetics)
Modified: grass/trunk/raster/r.in.gdal/main.c
===================================================================
--- grass/trunk/raster/r.in.gdal/main.c 2014-01-30 17:00:32 UTC (rev 58807)
+++ grass/trunk/raster/r.in.gdal/main.c 2014-01-30 17:31:19 UTC (rev 58808)
@@ -470,8 +470,8 @@
G_fatal_error(error_msg);
}
else {
- G_message(_("Projection of input dataset and current location "
- "appear to match"));
+ G_verbose_message(_("Projection of input dataset and current location "
+ "appear to match"));
}
}
}
@@ -1027,6 +1027,8 @@
G_percent(row, nrows, 2);
} /* end AVHRR */
+ G_percent(1, 1, 1);
+
/* -------------------------------------------------------------------- */
/* Cleanup */
/* -------------------------------------------------------------------- */
More information about the grass-commit
mailing list