[GRASS-SVN] r63742 - grass/trunk/lib/display

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Dec 25 03:28:19 PST 2014


Author: martinl
Date: 2014-12-25 03:28:19 -0800 (Thu, 25 Dec 2014)
New Revision: 63742

Modified:
   grass/trunk/lib/display/r_raster.c
Log:
libdisplay: add debug message when reading env variables from file

Modified: grass/trunk/lib/display/r_raster.c
===================================================================
--- grass/trunk/lib/display/r_raster.c	2014-12-25 03:14:35 UTC (rev 63741)
+++ grass/trunk/lib/display/r_raster.c	2014-12-25 11:28:19 UTC (rev 63742)
@@ -3,7 +3,7 @@
 
   \brief Display Library - Raster graphics subroutines
 
-  (C) 2001-2009, 2011 by the GRASS Development Team
+  (C) 2001-2014 by the GRASS Development Team
 
   This program is free software under the GNU General Public License
   (>=v2). Read the file COPYING that comes with GRASS for details.
@@ -76,6 +76,8 @@
     FILE *fd;
     char buf[1024];
     char **token;
+
+    G_debug(1, "read_env_file(): %s", path);
     
     fd = fopen(path, "r");
     if (!fd)



More information about the grass-commit mailing list