[GRASS-SVN] r39366 -
grass/branches/releasebranch_6_4/lib/db/dbmi_client
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Oct 1 08:48:17 EDT 2009
Author: neteler
Date: 2009-10-01 08:48:16 -0400 (Thu, 01 Oct 2009)
New Revision: 39366
Modified:
grass/branches/releasebranch_6_4/lib/db/dbmi_client/start.c
Log:
be more chatty about cannot _spawnl() error
Modified: grass/branches/releasebranch_6_4/lib/db/dbmi_client/start.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/db/dbmi_client/start.c 2009-09-30 22:07:15 UTC (rev 39365)
+++ grass/branches/releasebranch_6_4/lib/db/dbmi_client/start.c 2009-10-01 12:48:16 UTC (rev 39366)
@@ -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