[GRASS-SVN] r47363 - grass-addons/grass7/imagery/i.points.auto

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Aug 3 04:30:42 EDT 2011


Author: mmetz
Date: 2011-08-03 01:30:42 -0700 (Wed, 03 Aug 2011)
New Revision: 47363

Modified:
   grass-addons/grass7/imagery/i.points.auto/main.c
Log:
adjust debug level

Modified: grass-addons/grass7/imagery/i.points.auto/main.c
===================================================================
--- grass-addons/grass7/imagery/i.points.auto/main.c	2011-08-03 07:54:57 UTC (rev 47362)
+++ grass-addons/grass7/imagery/i.points.auto/main.c	2011-08-03 08:30:42 UTC (rev 47363)
@@ -211,10 +211,10 @@
         tgt_window.south >= cellhd2.north ||
         tgt_window.west >= cellhd2.east ||
         tgt_window.east <= cellhd2.west) {
-	G_debug(0, "north: %.4G <= %.4G", tgt_window.north, cellhd2.south);
-	G_debug(0, "south: %.4G >= %.4G", tgt_window.south, cellhd2.north);
-	G_debug(0, "west: %.4G >= %.4G", tgt_window.west, cellhd2.east);
-	G_debug(0, "east: %.4G <= %.4G", tgt_window.east, cellhd2.west);
+	G_debug(1, "north: %.4G <= %.4G", tgt_window.north, cellhd2.south);
+	G_debug(1, "south: %.4G >= %.4G", tgt_window.south, cellhd2.north);
+	G_debug(1, "west: %.4G >= %.4G", tgt_window.west, cellhd2.east);
+	G_debug(1, "east: %.4G <= %.4G", tgt_window.east, cellhd2.west);
 	if (c_flag->answer)
 	    G_fatal_error(_("Source current region and target image do not overlap"));
 	else



More information about the grass-commit mailing list