aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_list_indexed.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/test_fs_list_indexed.c')
-rw-r--r--src/fs/test_fs_list_indexed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/test_fs_list_indexed.c b/src/fs/test_fs_list_indexed.c
index 632cba43e..a4e7eb53f 100644
--- a/src/fs/test_fs_list_indexed.c
+++ b/src/fs/test_fs_list_indexed.c
@@ -117,7 +117,7 @@ progress_cb (void *cls, const struct GNUNET_FS_ProgressInfo *event)
117 break; 117 break;
118 case GNUNET_FS_STATUS_PUBLISH_ERROR: 118 case GNUNET_FS_STATUS_PUBLISH_ERROR:
119 ret = event->value.publish.cctx; 119 ret = event->value.publish.cctx;
120 FPRINTF (stderr, "Error publishing file: %s\n", 120 fprintf (stderr, "Error publishing file: %s\n",
121 event->value.publish.specifics.error.message); 121 event->value.publish.specifics.error.message);
122 err = 1; 122 err = 1;
123 if (0 == strcmp ("list_indexed-context-dir", event->value.publish.cctx)) 123 if (0 == strcmp ("list_indexed-context-dir", event->value.publish.cctx))