[GRASS-SVN] r48531 - grass/trunk/general/g.proj

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Sep 28 07:18:21 EDT 2011


Author: hamish
Date: 2011-09-28 04:18:21 -0700 (Wed, 28 Sep 2011)
New Revision: 48531

Modified:
   grass/trunk/general/g.proj/datumtrans.c
Log:
add another debug message to help with #1452 (merge from devbr6)

Modified: grass/trunk/general/g.proj/datumtrans.c
===================================================================
--- grass/trunk/general/g.proj/datumtrans.c	2011-09-28 11:13:57 UTC (rev 48530)
+++ grass/trunk/general/g.proj/datumtrans.c	2011-09-28 11:18:21 UTC (rev 48531)
@@ -47,7 +47,9 @@
 	return 0;
 
     status = GPJ__get_datum_params(projinfo, &datum, &params);
+    G_debug(3, "set_datumtrans(): GPJ__get_datum_params() status=%d", status);
     G_free(params);
+
     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