using blacklists causes this error message to happen A LOT, reduce verbosity
authorNathan S. Evans <evans@in.tum.de>
Sat, 15 Jan 2011 13:47:08 +0000 (13:47 +0000)
committerNathan S. Evans <evans@in.tum.de>
Sat, 15 Jan 2011 13:47:08 +0000 (13:47 +0000)
src/transport/gnunet-service-transport.c

index b2dec8f9a5781f8f027edfed1dd037c532a0d25d..f6e0c522d9133d4a7d8a70d1c71d848ac951b41b 100644 (file)
@@ -2683,7 +2683,7 @@ add_to_foreign_address_list (void *cls,
     }
   if (fal == NULL)
     {
-      GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
+      GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
                  "Failed to add new address for `%4s'\n",
                  GNUNET_i2s (&n->id));
       return GNUNET_OK;