[GRASS-SVN] r34610 - grass/branches/develbranch_6/raster/r.watershed/seg

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Nov 28 21:00:54 EST 2008


Author: hamish
Date: 2008-11-28 21:00:54 -0500 (Fri, 28 Nov 2008)
New Revision: 34610

Modified:
   grass/branches/develbranch_6/raster/r.watershed/seg/main.c
Log:
msg cleaning

Modified: grass/branches/develbranch_6/raster/r.watershed/seg/main.c
===================================================================
--- grass/branches/develbranch_6/raster/r.watershed/seg/main.c	2008-11-29 00:37:11 UTC (rev 34609)
+++ grass/branches/develbranch_6/raster/r.watershed/seg/main.c	2008-11-29 02:00:54 UTC (rev 34610)
@@ -39,7 +39,7 @@
     }
 
     if (bas_thres <= 0) {
-	G_message(_("SECTION %d beginning: Closing Maps."), tot_parts);
+	G_message(_("SECTION %d: Closing Maps."), tot_parts);
 	close_maps();
     }
     else {
@@ -48,10 +48,9 @@
 	}
 	cseg_open(&bas, SROW, SCOL, 4);
 	cseg_open(&haf, SROW, SCOL, 4);
-	G_message(_("SECTION %d beginning: Watershed determination."),
-		  tot_parts - 1);
+	G_message(_("SECTION %d: Watershed determination."), tot_parts - 1);
 	find_pourpts();
-	G_message(_("SECTION %d beginning: Closing Maps."), tot_parts);
+	G_message(_("SECTION %d: Closing Maps."), tot_parts);
 	close_array_seg();
     }
 



More information about the grass-commit mailing list