[GRASS-SVN] r38722 -
grass/branches/develbranch_6/raster/r.li/r.li.daemon
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Aug 14 06:36:47 EDT 2009
Author: neteler
Date: 2009-08-14 06:36:47 -0400 (Fri, 14 Aug 2009)
New Revision: 38722
Modified:
grass/branches/develbranch_6/raster/r.li/r.li.daemon/daemon.c
Log:
+debug
Modified: grass/branches/develbranch_6/raster/r.li/r.li.daemon/daemon.c
===================================================================
--- grass/branches/develbranch_6/raster/r.li/r.li.daemon/daemon.c 2009-08-14 10:35:29 UTC (rev 38721)
+++ grass/branches/develbranch_6/raster/r.li/r.li.daemon/daemon.c 2009-08-14 10:36:47 UTC (rev 38722)
@@ -102,6 +102,7 @@
/* TODO: check if this path is portable */
sprintf(pathSetup, "%s/.r.li/history/%s", getenv("HOME"), file);
+ G_debug(1, "r.li.daemon pathSetup: %s", pathSetup);
parsed = parseSetup(pathSetup, l, g, raster);
/*########################################################
More information about the grass-commit
mailing list