aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-12-23 15:07:26 +0000
committerChristian Grothoff <christian@grothoff.org>2011-12-23 15:07:26 +0000
commit1d1722fd57ae00a14842f361f5c589537cb9933d (patch)
tree0bc442908b3bd16715658a0fc89e0c0031b8b358 /src
parent1d1358a330c6b1fd7b9dcb3e50656fc216650ea9 (diff)
downloadgnunet-1d1722fd57ae00a14842f361f5c589537cb9933d.tar.gz
gnunet-1d1722fd57ae00a14842f361f5c589537cb9933d.zip
-fix
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;