aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-05-31 19:37:07 +0000
committerChristian Grothoff <christian@grothoff.org>2015-05-31 19:37:07 +0000
commite558b1206056e28b40298b171e85115430eb3bf7 (patch)
tree8a73bc42339c585782c2cb9f9644c17b2d99dd65 /src/fs
parent5c582e2c0886c5dd5a1ab405eb149038a474f2da (diff)
downloadgnunet-e558b1206056e28b40298b171e85115430eb3bf7.tar.gz
gnunet-e558b1206056e28b40298b171e85115430eb3bf7.zip
-fix unespected status message (#3799)
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/gnunet-publish.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fs/gnunet-publish.c b/src/fs/gnunet-publish.c
index 7844acd96..c353be301 100644
--- a/src/fs/gnunet-publish.c
+++ b/src/fs/gnunet-publish.c
@@ -312,6 +312,8 @@ progress_cb (void *cls,
312 _("Cleanup after abort failed.\n")); 312 _("Cleanup after abort failed.\n"));
313 GNUNET_FS_unindex_stop (info->value.unindex.uc); 313 GNUNET_FS_unindex_stop (info->value.unindex.uc);
314 return NULL; 314 return NULL;
315 case GNUNET_FS_STATUS_UNINDEX_STOPPED:
316 return NULL;
315 default: 317 default:
316 FPRINTF (stderr, 318 FPRINTF (stderr,
317 _("Unexpected status: %d\n"), 319 _("Unexpected status: %d\n"),