[GRASS-SVN] r34194 - grass/branches/develbranch_6/raster/r.in.gdal
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Nov 8 10:24:24 EST 2008
Author: martinl
Date: 2008-11-08 10:24:24 -0500 (Sat, 08 Nov 2008)
New Revision: 34194
Modified:
grass/branches/develbranch_6/raster/r.in.gdal/main.c
Log:
r.in.gdal: simplify 'done' message (cosmetics)
Modified: grass/branches/develbranch_6/raster/r.in.gdal/main.c
===================================================================
--- grass/branches/develbranch_6/raster/r.in.gdal/main.c 2008-11-08 15:02:59 UTC (rev 34193)
+++ grass/branches/develbranch_6/raster/r.in.gdal/main.c 2008-11-08 15:24:24 UTC (rev 34194)
@@ -580,8 +580,6 @@
G__put_window(&def_wind, "../PERMANENT", "DEFAULT_WIND");
}
- G_done_msg(" ");
-
exit(EXIT_SUCCESS);
}
@@ -924,7 +922,7 @@
}
}
- G_message(_("<%s> created"), output);
+ G_done_msg(_("Raster map <%s> created."), output);
return;
}
More information about the grass-commit
mailing list