debug
authorNathan S. Evans <evans@in.tum.de>
Fri, 5 Feb 2010 12:12:46 +0000 (12:12 +0000)
committerNathan S. Evans <evans@in.tum.de>
Fri, 5 Feb 2010 12:12:46 +0000 (12:12 +0000)
src/transport/gnunet-service-transport.c

index 1b6537f4a94db6686525cf51275d19496a52c1fe..4df3d7c29455a5474e54f44c57cede6b3e20ce3c 100644 (file)
@@ -859,7 +859,7 @@ update_quota (struct NeighborList *n)
   GNUNET_log (GNUNET_ERROR_TYPE_WARNING |
               GNUNET_ERROR_TYPE_BULK,
               _
-              ("Update quota: last received is %u, allowed is %u\n"), n->last_received, allowed);
+              ("Update quota: last received is %llu, allowed is %u\n"), n->last_received, allowed);
 
   if (n->last_received < allowed)
     {
@@ -885,7 +885,7 @@ update_quota (struct NeighborList *n)
           GNUNET_log (GNUNET_ERROR_TYPE_WARNING |
                       GNUNET_ERROR_TYPE_BULK,
                       _
-                      ("LAST RECEIVED: %u greater than allowed : %u\n"), n->last_received, allowed);
+                      ("LAST RECEIVED: %llu greater than allowed : %u\n"), n->last_received, allowed);
           /* more than twice the allowed rate! */
           n->quota_violation_count += 10;
         }