fix
[oweals/gnunet.git] / src / arm / arm.h
index a8f5d07060b9a0d838ce5c3dea3527aa98e5bdea..af5e405d88a6f5a971366edec0dcccf1a9857db9 100644 (file)
@@ -4,7 +4,7 @@
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
-     by the Free Software Foundation; either version 2, or (at your
+     by the Free Software Foundation; either version 3, or (at your
      option) any later version.
 
      GNUnet is distributed in the hope that it will be useful, but
 
 #include "gnunet_common.h"
 
-#define DEBUG_ARM GNUNET_YES
+/**
+ * This option will turn on the DEBUG loglevel for
+ * all processes controlled by this ARM!
+ */
+#define DEBUG_ARM GNUNET_NO
 
 #endif