aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fs/gnunet-publish.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fs/gnunet-publish.c b/src/fs/gnunet-publish.c
index 59a86e9b7..ffcdefdc6 100644
--- a/src/fs/gnunet-publish.c
+++ b/src/fs/gnunet-publish.c
@@ -158,6 +158,7 @@ progress_cb (void *cls, const struct GNUNET_FS_ProgressInfo *info)
158 return NULL; 158 return NULL;
159 case GNUNET_FS_STATUS_UNINDEX_COMPLETED: 159 case GNUNET_FS_STATUS_UNINDEX_COMPLETED:
160 fprintf (stderr, _("Cleanup after abort complete.\n")); 160 fprintf (stderr, _("Cleanup after abort complete.\n"));
161 return NULL;
161 default: 162 default:
162 fprintf (stderr, _("Unexpected status: %d\n"), info->status); 163 fprintf (stderr, _("Unexpected status: %d\n"), info->status);
163 return NULL; 164 return NULL;