gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r13308 - gnunet/src/core


From: gnunet
Subject: [GNUnet-SVN] r13308 - gnunet/src/core
Date: Wed, 20 Oct 2010 13:46:54 +0200

Author: grothoff
Date: 2010-10-20 13:46:54 +0200 (Wed, 20 Oct 2010)
New Revision: 13308

Modified:
   gnunet/src/core/core_api.c
Log:
fix

Modified: gnunet/src/core/core_api.c
===================================================================
--- gnunet/src/core/core_api.c  2010-10-20 08:01:20 UTC (rev 13307)
+++ gnunet/src/core/core_api.c  2010-10-20 11:46:54 UTC (rev 13308)
@@ -879,7 +879,7 @@
 #if DEBUG_CORE
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
               "Size of clients message to peer %s is 0!\n",
-              GNUNET_i2s(&th->peer));
+              GNUNET_i2s(&sm->peer));
 #endif
       /* client decided to send nothing! */
       return 0;
@@ -899,7 +899,7 @@
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
              "Preparing for P2P transmission of %u bytes to `%4s'.\n",
              dt,
-             GNUNET_i2s(&th->peer));
+             GNUNET_i2s(&sm->peer));
 #endif
   sm->header.size = htons (dt + sizeof (struct SendMessage));
   GNUNET_assert (dt + sizeof (struct SendMessage) <= size);




reply via email to

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