[GRASS-SVN] r62716 - in grass/branches/releasebranch_7_0/lib: cairodriver pngdriver

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Nov 12 08:20:16 PST 2014


Author: neteler
Date: 2014-11-12 08:20:16 -0800 (Wed, 12 Nov 2014)
New Revision: 62716

Modified:
   grass/branches/releasebranch_7_0/lib/cairodriver/graph.c
   grass/branches/releasebranch_7_0/lib/pngdriver/graph_set.c
Log:
pngdriver, cairodriver: debug msg added

Modified: grass/branches/releasebranch_7_0/lib/cairodriver/graph.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/cairodriver/graph.c	2014-11-12 16:19:57 UTC (rev 62715)
+++ grass/branches/releasebranch_7_0/lib/cairodriver/graph.c	2014-11-12 16:20:16 UTC (rev 62716)
@@ -124,6 +124,7 @@
     p = getenv("GRASS_RENDER_FILE");
     if (!p || strlen(p) == 0)
 	p = DEFAULT_FILE_NAME;
+    G_debug(1, "cairo: GRASS_RENDER_FILE: %s", p);
 
     ca.file_name = p;
 

Modified: grass/branches/releasebranch_7_0/lib/pngdriver/graph_set.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/pngdriver/graph_set.c	2014-11-12 16:19:57 UTC (rev 62715)
+++ grass/branches/releasebranch_7_0/lib/pngdriver/graph_set.c	2014-11-12 16:20:16 UTC (rev 62716)
@@ -91,6 +91,7 @@
     p = getenv("GRASS_RENDER_FILE");
     if (!p || strlen(p) == 0)
 	p = FILE_NAME;
+    G_debug(1, "png: GRASS_RENDER_FILE: %s", p);
 
     png.file_name = p;
 



More information about the grass-commit mailing list