aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_download.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/test_fs_download.c')
-rw-r--r--src/fs/test_fs_download.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/test_fs_download.c b/src/fs/test_fs_download.c
index 19ef6e76a..93ad0cbba 100644
--- a/src/fs/test_fs_download.c
+++ b/src/fs/test_fs_download.c
@@ -190,14 +190,14 @@ progress_cb (void *cls, const struct GNUNET_FS_ProgressInfo *event)
190#endif 190#endif
191 break; 191 break;
192 case GNUNET_FS_STATUS_PUBLISH_ERROR: 192 case GNUNET_FS_STATUS_PUBLISH_ERROR:
193 fprintf (stderr, "Error publishing file: %s\n", 193 FPRINTF (stderr, "Error publishing file: %s\n",
194 event->value.publish.specifics.error.message); 194 event->value.publish.specifics.error.message);
195 GNUNET_break (0); 195 GNUNET_break (0);
196 GNUNET_SCHEDULER_add_continuation (&abort_publish_task, NULL, 196 GNUNET_SCHEDULER_add_continuation (&abort_publish_task, NULL,
197 GNUNET_SCHEDULER_REASON_PREREQ_DONE); 197 GNUNET_SCHEDULER_REASON_PREREQ_DONE);
198 break; 198 break;
199 case GNUNET_FS_STATUS_DOWNLOAD_ERROR: 199 case GNUNET_FS_STATUS_DOWNLOAD_ERROR:
200 fprintf (stderr, "Error downloading file: %s\n", 200 FPRINTF (stderr, "Error downloading file: %s\n",
201 event->value.download.specifics.error.message); 201 event->value.download.specifics.error.message);
202 GNUNET_SCHEDULER_add_now (&abort_download_task, NULL); 202 GNUNET_SCHEDULER_add_now (&abort_download_task, NULL);
203 break; 203 break;