summaryrefslogtreecommitdiff
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 183a407e0..97c2a338c 100644
--- a/src/fs/test_fs_download_persistence.c
+++ b/src/fs/test_fs_download_persistence.c
@@ -198,13 +198,13 @@ progress_cb (void *cls, const struct GNUNET_FS_ProgressInfo *event)
198 progress.offset); 198 progress.offset);
199 break; 199 break;
200 case GNUNET_FS_STATUS_PUBLISH_ERROR: 200 case GNUNET_FS_STATUS_PUBLISH_ERROR:
201 FPRINTF (stderr, "Error publishing file: %s\n", 201 fprintf (stderr, "Error publishing file: %s\n",
202 event->value.publish.specifics.error.message); 202 event->value.publish.specifics.error.message);
203 GNUNET_break (0); 203 GNUNET_break (0);
204 GNUNET_SCHEDULER_add_now (&abort_publish_task, NULL); 204 GNUNET_SCHEDULER_add_now (&abort_publish_task, NULL);
205 break; 205 break;
206 case GNUNET_FS_STATUS_DOWNLOAD_ERROR: 206 case GNUNET_FS_STATUS_DOWNLOAD_ERROR:
207 FPRINTF (stderr, "Error downloading file: %s\n", 207 fprintf (stderr, "Error downloading file: %s\n",
208 event->value.download.specifics.error.message); 208 event->value.download.specifics.error.message);
209 GNUNET_SCHEDULER_add_now (&abort_download_task, NULL); 209 GNUNET_SCHEDULER_add_now (&abort_download_task, NULL);
210 break; 210 break;