diff options
-rw-r--r-- | src/fs/fs_publish.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/fs_publish.c b/src/fs/fs_publish.c index e7ebeac82d..e2404647c6 100644 --- a/src/fs/fs_publish.c +++ b/src/fs/fs_publish.c @@ -742,7 +742,7 @@ hash_for_index_cb (void *cls, #if DEBUG_PUBLISH GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Hash of indexed file `%s' is `%s'\n", - p->data.file.filename, + p->filename, GNUNET_h2s (res)); #endif client = GNUNET_CLIENT_connect (sc->h->sched, |