aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_unindex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/test_fs_unindex.c')
-rw-r--r--src/fs/test_fs_unindex.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fs/test_fs_unindex.c b/src/fs/test_fs_unindex.c
index 033195f0b..b64762ce6 100644
--- a/src/fs/test_fs_unindex.c
+++ b/src/fs/test_fs_unindex.c
@@ -90,6 +90,8 @@ progress_cb (void *cls, const struct GNUNET_FS_ProgressInfo *event)
90 (unsigned long long) event->value.publish.specifics. 90 (unsigned long long) event->value.publish.specifics.
91 progress.offset); 91 progress.offset);
92 break; 92 break;
93 case GNUNET_FS_STATUS_PUBLISH_PROGRESS_DIRECTORY:
94 break;
93 case GNUNET_FS_STATUS_PUBLISH_COMPLETED: 95 case GNUNET_FS_STATUS_PUBLISH_COMPLETED:
94 printf ("Publishing complete, %llu kbps.\n", 96 printf ("Publishing complete, %llu kbps.\n",
95 (unsigned long long) (FILESIZE * 1000000LL / 97 (unsigned long long) (FILESIZE * 1000000LL /