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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fs/test_fs_unindex.c b/src/fs/test_fs_unindex.c
index 3cff008e6..0b7173115 100644
--- a/src/fs/test_fs_unindex.c
+++ b/src/fs/test_fs_unindex.c
@@ -114,7 +114,8 @@ progress_cb (void *cls,
114 (unsigned long long) (FILESIZE * 1000 / (1+GNUNET_TIME_absolute_get_duration (start).value) / 1024)); 114 (unsigned long long) (FILESIZE * 1000 / (1+GNUNET_TIME_absolute_get_duration (start).value) / 1024));
115 start = GNUNET_TIME_absolute_get (); 115 start = GNUNET_TIME_absolute_get ();
116 unindex = GNUNET_FS_unindex_start (fs, 116 unindex = GNUNET_FS_unindex_start (fs,
117 fn); 117 fn,
118 "unindex");
118 GNUNET_assert (unindex != NULL); 119 GNUNET_assert (unindex != NULL);
119 break; 120 break;
120 case GNUNET_FS_STATUS_UNINDEX_COMPLETED: 121 case GNUNET_FS_STATUS_UNINDEX_COMPLETED: