- remove ERROR
authorMatthias Wachs <wachs@net.in.tum.de>
Tue, 14 Feb 2012 11:15:57 +0000 (11:15 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Tue, 14 Feb 2012 11:15:57 +0000 (11:15 +0000)
src/transport/gnunet-service-transport_neighbours.c

index c9af3e36becab6f5ccf3223f7df587a5ed8742d4..91005cdd752cbe70c3a1c08992ef93b8a30d980f 100644 (file)
@@ -827,7 +827,7 @@ send_disconnect (struct NeighbourMapEntry * n)
   struct SessionDisconnectMessage disconnect_msg;
 
 #if DEBUG_TRANSPORT
-  GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
+  GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
               "Sending DISCONNECT message to peer `%4s'\n",
               GNUNET_i2s (&n->id));
 #endif