aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_publish.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-06-18 12:06:51 +0000
committerChristian Grothoff <christian@grothoff.org>2010-06-18 12:06:51 +0000
commite1305cd6ace80bf28dad2d9eb83d4bc3d9ebf594 (patch)
treeb1c8115ab2fc4ade89dc1451182535757c206dea /src/fs/fs_publish.c
parentd47f834c1f2de41c9fba74a4b6928e7c8e0679e0 (diff)
downloadgnunet-e1305cd6ace80bf28dad2d9eb83d4bc3d9ebf594.tar.gz
gnunet-e1305cd6ace80bf28dad2d9eb83d4bc3d9ebf594.zip
fix
Diffstat (limited to 'src/fs/fs_publish.c')
-rw-r--r--src/fs/fs_publish.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/fs_publish.c b/src/fs/fs_publish.c
index e7ebeac82..e2404647c 100644
--- a/src/fs/fs_publish.c
+++ b/src/fs/fs_publish.c
@@ -742,7 +742,7 @@ hash_for_index_cb (void *cls,
742#if DEBUG_PUBLISH 742#if DEBUG_PUBLISH
743 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 743 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
744 "Hash of indexed file `%s' is `%s'\n", 744 "Hash of indexed file `%s' is `%s'\n",
745 p->data.file.filename, 745 p->filename,
746 GNUNET_h2s (res)); 746 GNUNET_h2s (res));
747#endif 747#endif
748 client = GNUNET_CLIENT_connect (sc->h->sched, 748 client = GNUNET_CLIENT_connect (sc->h->sched,