[GRASS-SVN] r39367 - grass/branches/develbranch_6/lib/db/dbmi_client

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Oct 1 08:48:23 EDT 2009


Author: neteler
Date: 2009-10-01 08:48:23 -0400 (Thu, 01 Oct 2009)
New Revision: 39367

Modified:
   grass/branches/develbranch_6/lib/db/dbmi_client/start.c
Log:
be more chatty about cannot _spawnl() error

Modified: grass/branches/develbranch_6/lib/db/dbmi_client/start.c
===================================================================
--- grass/branches/develbranch_6/lib/db/dbmi_client/start.c	2009-10-01 12:48:16 UTC (rev 39366)
+++ grass/branches/develbranch_6/lib/db/dbmi_client/start.c	2009-10-01 12:48:23 UTC (rev 39367)
@@ -217,6 +217,7 @@
      *    descriptors in driver (which is another problem)
      */
 
+    G_debug(2,"dbmi_client/start startup: %s", startup);
     pid = _spawnl(_P_NOWAIT, startup, startup, NULL);
 
     /* This does not help. It runs but pipe remains open when close() is 



More information about the grass-commit mailing list