From: Matthias Wachs Date: Fri, 6 Jul 2012 15:29:24 +0000 (+0000) Subject: undo X-Git-Tag: initial-import-from-subversion-38251~12602 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ddb09c4360b6548ea7f7f5bfa78c565d5955fe6b;p=oweals%2Fgnunet.git undo --- diff --git a/src/transport/transport_api.c b/src/transport/transport_api.c index 960844f97..7d57d3eb1 100644 --- a/src/transport/transport_api.c +++ b/src/transport/transport_api.c @@ -477,7 +477,7 @@ demultiplexer (void *cls, const struct GNUNET_MessageHeader *msg) break; } n = neighbour_add (h, &cim->id); - LOG (GNUNET_ERROR_TYPE_ERROR, "Receiving `%s' message for `%4s' with quota %u\n", + LOG (GNUNET_ERROR_TYPE_DEBUG, "Receiving `%s' message for `%4s' with quota %u\n", "CONNECT", GNUNET_i2s (&cim->id), ntohl (cim->quota_out.value__)); GNUNET_BANDWIDTH_tracker_update_quota (&n->out_tracker, cim->quota_out); if (h->nc_cb != NULL) @@ -566,7 +566,7 @@ demultiplexer (void *cls, const struct GNUNET_MessageHeader *msg) n = neighbour_find (h, &qm->peer); if (n == NULL) break; - LOG (GNUNET_ERROR_TYPE_ERROR, "Receiving `%s' message for `%4s' with quota %u\n", + LOG (GNUNET_ERROR_TYPE_DEBUG, "Receiving `%s' message for `%4s' with quota %u\n", "SET_QUOTA", GNUNET_i2s (&qm->peer), ntohl (qm->quota.value__)); GNUNET_BANDWIDTH_tracker_update_quota (&n->out_tracker, qm->quota); break;