aboutsummaryrefslogtreecommitdiff
path: root/src/nse/gnunet-service-nse.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nse/gnunet-service-nse.c')
-rw-r--r--src/nse/gnunet-service-nse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nse/gnunet-service-nse.c b/src/nse/gnunet-service-nse.c
index d4098d1bc..4d920465c 100644
--- a/src/nse/gnunet-service-nse.c
+++ b/src/nse/gnunet-service-nse.c
@@ -648,7 +648,7 @@ transmit_ready (void *cls,
648 return 0; 648 return 0;
649 } 649 }
650 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 650 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
651 "In round s, sending to `%s' estimate with %u bits\n", 651 "In round %s, sending to `%s' estimate with %u bits\n",
652 GNUNET_STRINGS_absolute_time_to_string (GNUNET_TIME_absolute_ntoh (size_estimate_messages[idx].timestamp)), 652 GNUNET_STRINGS_absolute_time_to_string (GNUNET_TIME_absolute_ntoh (size_estimate_messages[idx].timestamp)),
653 GNUNET_i2s (&peer_entry->id), 653 GNUNET_i2s (&peer_entry->id),
654 (unsigned int) ntohl (size_estimate_messages[idx].matching_bits)); 654 (unsigned int) ntohl (size_estimate_messages[idx].matching_bits));
@@ -784,7 +784,7 @@ schedule_current_round (void *cls,
784 delay = 784 delay =
785 get_transmit_delay ((peer_entry->previous_round == GNUNET_NO) ? -1 : 0); 785 get_transmit_delay ((peer_entry->previous_round == GNUNET_NO) ? -1 : 0);
786 peer_entry->transmit_task = 786 peer_entry->transmit_task =
787 GNUNET_SCHEDULER_add_delayed (delay, 787 GNUNET_SCHEDULER_add_delayed (delay,
788 &transmit_task_cb, 788 &transmit_task_cb,
789 peer_entry); 789 peer_entry);
790 return GNUNET_OK; 790 return GNUNET_OK;