gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r23860 - gnunet/src/util


From: gnunet
Subject: [GNUnet-SVN] r23860 - gnunet/src/util
Date: Mon, 17 Sep 2012 15:56:57 +0200

Author: grothoff
Date: 2012-09-17 15:56:57 +0200 (Mon, 17 Sep 2012)
New Revision: 23860

Modified:
   gnunet/src/util/os_priority.c
Log:
-use blocking wait as the pipe might be faster than the process cleanup

Modified: gnunet/src/util/os_priority.c
===================================================================
--- gnunet/src/util/os_priority.c       2012-09-17 13:56:05 UTC (rev 23859)
+++ gnunet/src/util/os_priority.c       2012-09-17 13:56:57 UTC (rev 23860)
@@ -1580,8 +1580,6 @@
 
   GNUNET_assert (0 != proc);
   ret = waitpid (proc->pid, &status, WNOHANG);
-  fprintf (stderr, "Waitpid %d returned %d\n",
-          proc->pid, ret);
   if (ret < 0)
   {
     LOG_STRERROR (GNUNET_ERROR_TYPE_WARNING, "waitpid");




reply via email to

[Prev in Thread] Current Thread [Next in Thread]