if (daemon->verbose)
GNUNET_log (GNUNET_ERROR_TYPE_INFO,
"Download at %llu/%llu bytes\n",
- (unsigned long long) info->value.download.specifics.progress.offset,
+ (unsigned long long) info->value.download.completed,
(unsigned long long) info->value.download.size);
break;
case GNUNET_FS_STATUS_DOWNLOAD_COMPLETED:
&transmit_to_peer,
pm);
}
-#if DEBUG_FS
+#if DEBUG_FS > 2
GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
"Transmitting %u bytes to peer %u.\n",
msize,
/* build message and insert message into priority queue */
#if DEBUG_FS
GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
- "Forwarding request to `%4s'!\n",
+ "Forwarding request `%s' to `%4s'!\n",
+ GNUNET_h2s (&pr->query),
GNUNET_i2s (peer));
#endif
k = 0;
if (NULL == key)
{
-#if DEBUG_FS
+#if DEBUG_FS > 1
GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
"Done processing local replies, forwarding request to other peers.\n");
#endif