From: Christian Grothoff Date: Mon, 11 Jan 2010 14:38:17 +0000 (+0000) Subject: nolog X-Git-Tag: initial-import-from-subversion-38251~22982 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=190c374b7c53dc0631f2e0121dc4067978a1357f;p=oweals%2Fgnunet.git nolog --- diff --git a/src/arm/gnunet-service-arm.c b/src/arm/gnunet-service-arm.c index d027a7263..22df8c7c0 100644 --- a/src/arm/gnunet-service-arm.c +++ b/src/arm/gnunet-service-arm.c @@ -744,7 +744,9 @@ shutdown_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) { struct ServiceList *pos; +#if DEBUG_ARM GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, _("Stopping all services\n")); +#endif in_shutdown = GNUNET_YES; pos = running; while (NULL != pos)