* This option will turn on the DEBUG loglevel for
* all processes controlled by this ARM!
*/
-#define DEBUG_ARM GNUNET_NO
+#define DEBUG_ARM GNUNET_YES
#endif
_("Could not send status result to client\n"));
return 0; /* error, not much we can do */
}
+#if DEBUG_ARM
+ GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
+ "Sending status response %u to client\n",
+ (unsigned int) *res);
+#endif
GNUNET_assert (size >= sizeof (struct GNUNET_MessageHeader));
msg = buf;
msg->size = htons (sizeof (struct GNUNET_MessageHeader));
prev = pos;
continue;
}
+
if (statusType == GNUNET_OS_PROCESS_EXITED)
{
statstr = _( /* process termination method */ "exit");
DEFAULTSERVICES =
BINARY = gnunet-service-arm
OPTIONS = -L ERROR
-#DEBUG = YES
+DEBUG = YES
[resolver]
#DEBUG = YES
#include "gnunet_configuration_lib.h"
#include "gnunet_program_lib.h"
-#define VERBOSE GNUNET_NO
+#define VERBOSE GNUNET_YES
#define START_ARM GNUNET_YES
#define TIMEOUT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 10)
#define SERVICE_TEST_TIMEOUT GNUNET_TIME_UNIT_FOREVER_REL