gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r22532 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r22532 - gnunet/src/transport
Date: Fri, 6 Jul 2012 17:29:24 +0200

Author: wachs
Date: 2012-07-06 17:29:24 +0200 (Fri, 06 Jul 2012)
New Revision: 22532

Modified:
   gnunet/src/transport/transport_api.c
Log:
undo

Modified: gnunet/src/transport/transport_api.c
===================================================================
--- gnunet/src/transport/transport_api.c        2012-07-06 15:27:09 UTC (rev 
22531)
+++ gnunet/src/transport/transport_api.c        2012-07-06 15:29:24 UTC (rev 
22532)
@@ -477,7 +477,7 @@
       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 @@
     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;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]