[GRASS-SVN] r45834 - grass/branches/develbranch_6/vector/v.parallel
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Apr 3 08:43:39 EDT 2011
Author: mmetz
Date: 2011-04-03 05:43:39 -0700 (Sun, 03 Apr 2011)
New Revision: 45834
Modified:
grass/branches/develbranch_6/vector/v.parallel/main.c
Log:
adjust debug level
Modified: grass/branches/develbranch_6/vector/v.parallel/main.c
===================================================================
--- grass/branches/develbranch_6/vector/v.parallel/main.c 2011-04-03 12:42:51 UTC (rev 45833)
+++ grass/branches/develbranch_6/vector/v.parallel/main.c 2011-04-03 12:43:39 UTC (rev 45834)
@@ -86,7 +86,7 @@
tolerance *= distance;
side = 0;
- G_debug(0, "side: %s", side_opt->answer);
+ G_debug(1, "side: %s", side_opt->answer);
switch (side_opt->answer[0]) {
case 'r':
side = RIGHT;
More information about the grass-commit
mailing list