aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-daemon-fsprofiler.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-daemon-fsprofiler.c')
-rw-r--r--src/fs/gnunet-daemon-fsprofiler.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fs/gnunet-daemon-fsprofiler.c b/src/fs/gnunet-daemon-fsprofiler.c
index d4c2b1c02..1549972a1 100644
--- a/src/fs/gnunet-daemon-fsprofiler.c
+++ b/src/fs/gnunet-daemon-fsprofiler.c
@@ -385,6 +385,9 @@ progress_cb (void *cls,
385 case GNUNET_FS_STATUS_PUBLISH_PROGRESS: 385 case GNUNET_FS_STATUS_PUBLISH_PROGRESS:
386 p = info->value.publish.cctx; 386 p = info->value.publish.cctx;
387 return p; 387 return p;
388 case GNUNET_FS_STATUS_PUBLISH_PROGRESS_DIRECTORY:
389 p = info->value.publish.cctx;
390 return p;
388 case GNUNET_FS_STATUS_PUBLISH_ERROR: 391 case GNUNET_FS_STATUS_PUBLISH_ERROR:
389 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 392 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
390 "Publishing failed\n"); 393 "Publishing failed\n");