fix
authorChristian Grothoff <christian@grothoff.org>
Thu, 25 Mar 2010 13:24:09 +0000 (13:24 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 25 Mar 2010 13:24:09 +0000 (13:24 +0000)
src/core/gnunet-service-core.c

index 53006a6d6f21d251d15cf58fae6475b44f62874e..5c81450022e5cc3cd4602d0e7407a56b6bc27cce 100644 (file)
@@ -1658,9 +1658,9 @@ select_messages (struct Neighbour *n,
     }
 #if DEBUG_CORE
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
     }
 #if DEBUG_CORE
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
-              "Selected %u/%u bytes of %u/%u plaintext messages for transmission to `%4s'.\n",
-              off, tsize,
-             queue_size, MAX_PEER_QUEUE_SIZE,
+              "Selected %llu/%llu bytes of %u/%u plaintext messages for transmission to `%4s'.\n",
+              (unsigned long long) off, (unsigned long long) tsize,
+             queue_size, (unsigned int) MAX_PEER_QUEUE_SIZE,
              GNUNET_i2s (&n->peer));
 #endif
   return off;
              GNUNET_i2s (&n->peer));
 #endif
   return off;