aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_test_lib.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-02-26 13:05:09 +0000
committerChristian Grothoff <christian@grothoff.org>2010-02-26 13:05:09 +0000
commite4f81a9c9600482ee71e52d8dab6775d56d4d2c6 (patch)
tree167f988fe012ccb442e2180bbf00ea63185aec15 /src/fs/fs_test_lib.c
parentbc22ad5ddb9e582bf7d3479711f25b4bdfb9989b (diff)
downloadgnunet-e4f81a9c9600482ee71e52d8dab6775d56d4d2c6.tar.gz
gnunet-e4f81a9c9600482ee71e52d8dab6775d56d4d2c6.zip
dbg
Diffstat (limited to 'src/fs/fs_test_lib.c')
-rw-r--r--src/fs/fs_test_lib.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/fs/fs_test_lib.c b/src/fs/fs_test_lib.c
index ee8ce46c6..7fa6707c9 100644
--- a/src/fs/fs_test_lib.c
+++ b/src/fs/fs_test_lib.c
@@ -191,6 +191,13 @@ progress_cb (void *cls,
191 daemon, 191 daemon,
192 GNUNET_SCHEDULER_REASON_PREREQ_DONE); 192 GNUNET_SCHEDULER_REASON_PREREQ_DONE);
193 break; 193 break;
194 case GNUNET_FS_STATUS_DOWNLOAD_PROGRESS:
195 if (daemon->verbose)
196 GNUNET_log (GNUNET_ERROR_TYPE_INFO,
197 "Download at %llu/%llu bytes\n",
198 (unsigned long long) info->value.download.specifics.progress.offset,
199 (unsigned long long) info->value.download.size);
200 break;
194 case GNUNET_FS_STATUS_DOWNLOAD_COMPLETED: 201 case GNUNET_FS_STATUS_DOWNLOAD_COMPLETED:
195 GNUNET_SCHEDULER_cancel (daemon->download_sched, 202 GNUNET_SCHEDULER_cancel (daemon->download_sched,
196 daemon->download_timeout_task); 203 daemon->download_timeout_task);