gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r13854 - gnunet/src/transport
Date: Tue, 30 Nov 2010 20:54:56 +0100

Author: grothoff
Date: 2010-11-30 20:54:56 +0100 (Tue, 30 Nov 2010)
New Revision: 13854

Modified:
   gnunet/src/transport/gnunet-service-transport.c
Log:
removing fprintfs -- with bad %fmt statements giving warnings

Modified: gnunet/src/transport/gnunet-service-transport.c
===================================================================
--- gnunet/src/transport/gnunet-service-transport.c     2010-11-30 17:46:27 UTC 
(rev 13853)
+++ gnunet/src/transport/gnunet-service-transport.c     2010-11-30 19:54:56 UTC 
(rev 13854)
@@ -2227,7 +2227,6 @@
   cim.ats_count = htonl(0);
   cim.ats.type  = htonl(0);
   cim.ats.value = htonl(0);
-  fprintf (stderr,"%lu %u %lu ", sizeof (struct ConnectInfoMessage), 
ntohl(cim.ats_count), sizeof (struct GNUNET_TRANSPORT_ATS_Information));
   memcpy (&cim.id, peer, sizeof (struct GNUNET_PeerIdentity));
   cpos = clients;
   while (cpos != NULL)
@@ -3449,7 +3448,6 @@
                            GNUNET_NO);
 
   /* transmit message to all clients */
-  fprintf(stderr,"handle_payload_message ats_count %u\n",ats_count);
   im = GNUNET_malloc (sizeof (struct InboundMessage) + ats_count * 
sizeof(struct GNUNET_TRANSPORT_ATS_Information) + msize);
   im->header.size = htons (sizeof (struct InboundMessage) +  ats_count * 
sizeof(struct GNUNET_TRANSPORT_ATS_Information) + msize);
   im->header.type = htons (GNUNET_MESSAGE_TYPE_TRANSPORT_RECV);
@@ -4887,7 +4885,6 @@
              cim.id = n->id;
              cim.latency = GNUNET_TIME_relative_hton (n->latency);
              cim.distance = htonl (n->distance);
-             fprintf (stderr,"%lu %u %lu ", sizeof (struct 
ConnectInfoMessage), ntohl(cim.ats_count), sizeof (struct 
GNUNET_TRANSPORT_ATS_Information));
              transmit_to_client (c, &cim.header, GNUNET_NO);
             }
            n = n->next;




reply via email to

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