aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_test_lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/fs_test_lib.c')
-rw-r--r--src/fs/fs_test_lib.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fs/fs_test_lib.c b/src/fs/fs_test_lib.c
index 925e36a8e..3898f798e 100644
--- a/src/fs/fs_test_lib.c
+++ b/src/fs/fs_test_lib.c
@@ -253,6 +253,8 @@ publish_progress_cb (void *cls, const struct GNUNET_FS_ProgressInfo *info)
253 (unsigned long long) info->value.publish.completed, 253 (unsigned long long) info->value.publish.completed,
254 (unsigned long long) info->value.publish.size); 254 (unsigned long long) info->value.publish.size);
255 break; 255 break;
256 case GNUNET_FS_STATUS_PUBLISH_PROGRESS_DIRECTORY:
257 break;
256 case GNUNET_FS_STATUS_DOWNLOAD_PROGRESS: 258 case GNUNET_FS_STATUS_DOWNLOAD_PROGRESS:
257 if (po->verbose) 259 if (po->verbose)
258 GNUNET_log (GNUNET_ERROR_TYPE_INFO, "Download at %llu/%llu bytes\n", 260 GNUNET_log (GNUNET_ERROR_TYPE_INFO, "Download at %llu/%llu bytes\n",