nolog
authorChristian Grothoff <christian@grothoff.org>
Mon, 11 Jan 2010 14:38:17 +0000 (14:38 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 11 Jan 2010 14:38:17 +0000 (14:38 +0000)
src/arm/gnunet-service-arm.c

index d027a7263f9438509806f079d09e71a862ad4e75..22df8c7c04f94194e1059632041ac005b6d40755 100644 (file)
@@ -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)