[GRASS-SVN] r39368 - grass/trunk/lib/db/dbmi_client

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


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

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

Modified: grass/trunk/lib/db/dbmi_client/start.c
===================================================================
--- grass/trunk/lib/db/dbmi_client/start.c	2009-10-01 12:48:23 UTC (rev 39367)
+++ grass/trunk/lib/db/dbmi_client/start.c	2009-10-01 12:48:29 UTC (rev 39368)
@@ -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