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

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Feb 3 13:04:34 PST 2015


Author: martinl
Date: 2015-02-03 13:04:34 -0800 (Tue, 03 Feb 2015)
New Revision: 64444

Modified:
   grass/trunk/lib/display/r_raster.c
Log:
libdisplay: add debug message about redirection

Modified: grass/trunk/lib/display/r_raster.c
===================================================================
--- grass/trunk/lib/display/r_raster.c	2015-02-03 20:59:16 UTC (rev 64443)
+++ grass/trunk/lib/display/r_raster.c	2015-02-03 21:04:34 UTC (rev 64444)
@@ -113,7 +113,8 @@
             strcat(element, m);
             G_file_name(progname, element, "render.py", G_mapset());
         }
-        
+
+        G_debug(1, "rendering redirected to %s", progname);
         /* assuming Python script here (could be extended in the future) */
         G_spawn_ex(getenv("GRASS_PYTHON"), getenv("GRASS_PYTHON"), progname,
                    cmd, NULL);



More information about the grass-commit mailing list