aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_download_persistence.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/test_fs_download_persistence.c')
-rw-r--r--src/fs/test_fs_download_persistence.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/test_fs_download_persistence.c b/src/fs/test_fs_download_persistence.c
index 9bc37235e..1e1ed22f8 100644
--- a/src/fs/test_fs_download_persistence.c
+++ b/src/fs/test_fs_download_persistence.c
@@ -211,14 +211,14 @@ progress_cb (void *cls, const struct GNUNET_FS_ProgressInfo *event)
211#endif 211#endif
212 break; 212 break;
213 case GNUNET_FS_STATUS_PUBLISH_ERROR: 213 case GNUNET_FS_STATUS_PUBLISH_ERROR:
214 fprintf (stderr, "Error publishing file: %s\n", 214 FPRINTF (stderr, "Error publishing file: %s\n",
215 event->value.publish.specifics.error.message); 215 event->value.publish.specifics.error.message);
216 GNUNET_break (0); 216 GNUNET_break (0);
217 GNUNET_SCHEDULER_add_continuation (&abort_publish_task, NULL, 217 GNUNET_SCHEDULER_add_continuation (&abort_publish_task, NULL,
218 GNUNET_SCHEDULER_REASON_PREREQ_DONE); 218 GNUNET_SCHEDULER_REASON_PREREQ_DONE);
219 break; 219 break;
220 case GNUNET_FS_STATUS_DOWNLOAD_ERROR: 220 case GNUNET_FS_STATUS_DOWNLOAD_ERROR:
221 fprintf (stderr, "Error downloading file: %s\n", 221 FPRINTF (stderr, "Error downloading file: %s\n",
222 event->value.download.specifics.error.message); 222 event->value.download.specifics.error.message);
223 GNUNET_SCHEDULER_add_now (&abort_download_task, NULL); 223 GNUNET_SCHEDULER_add_now (&abort_download_task, NULL);
224 break; 224 break;