[GRASS-SVN] r48530 - grass/branches/develbranch_6/general/g.proj
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Sep 28 07:13:57 EDT 2011
Author: hamish
Date: 2011-09-28 04:13:57 -0700 (Wed, 28 Sep 2011)
New Revision: 48530
Modified:
grass/branches/develbranch_6/general/g.proj/datumtrans.c
Log:
add another debug message to help with #1452
Modified: grass/branches/develbranch_6/general/g.proj/datumtrans.c
===================================================================
--- grass/branches/develbranch_6/general/g.proj/datumtrans.c 2011-09-28 10:36:12 UTC (rev 48529)
+++ grass/branches/develbranch_6/general/g.proj/datumtrans.c 2011-09-28 11:13:57 UTC (rev 48530)
@@ -50,6 +50,8 @@
return 0;
status = GPJ__get_datum_params(projinfo, &datum, ¶ms);
+ G_debug(3, "set_datumtrans(): GPJ__get_datum_params() status=%d", status);
+
if (datum) {
/* A datum name is specified; need to determine if
* there are parameters to choose from for this datum */
More information about the grass-commit
mailing list