aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_publish_ksk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/fs_publish_ksk.c')
-rw-r--r--src/fs/fs_publish_ksk.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/fs/fs_publish_ksk.c b/src/fs/fs_publish_ksk.c
index f844217e8..6aac94011 100644
--- a/src/fs/fs_publish_ksk.c
+++ b/src/fs/fs_publish_ksk.c
@@ -21,7 +21,7 @@
21/** 21/**
22 * @file fs/fs_publish_ksk.c 22 * @file fs/fs_publish_ksk.c
23 * @brief publish a URI under a keyword in GNUnet 23 * @brief publish a URI under a keyword in GNUnet
24 * @see https://gnunet.org/encoding and #2564 24 * @see https://gnunet.org/encoding and #2564
25 * @author Krista Bennett 25 * @author Krista Bennett
26 * @author Christian Grothoff 26 * @author Christian Grothoff
27 */ 27 */
@@ -93,7 +93,7 @@ struct GNUNET_FS_PublishKskContext
93 93
94 /** 94 /**
95 * Options to use. 95 * Options to use.
96 */ 96 */
97 enum GNUNET_FS_PublishOptions options; 97 enum GNUNET_FS_PublishOptions options;
98 98
99 /** 99 /**
@@ -113,7 +113,7 @@ struct GNUNET_FS_PublishKskContext
113 * @param tc unused 113 * @param tc unused
114 */ 114 */
115static void 115static void
116publish_ksk_cont (void *cls, 116publish_ksk_cont (void *cls,
117 const struct GNUNET_SCHEDULER_TaskContext *tc); 117 const struct GNUNET_SCHEDULER_TaskContext *tc);
118 118
119 119
@@ -133,7 +133,7 @@ kb_put_cont (void *cls,
133 pkc->uc = NULL; 133 pkc->uc = NULL;
134 if (NULL != msg) 134 if (NULL != msg)
135 { 135 {
136 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 136 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
137 "KBlock PUT operation failed: %s\n", msg); 137 "KBlock PUT operation failed: %s\n", msg);
138 pkc->cont (pkc->cont_cls, NULL, msg); 138 pkc->cont (pkc->cont_cls, NULL, msg);
139 GNUNET_FS_publish_ksk_cancel (pkc); 139 GNUNET_FS_publish_ksk_cancel (pkc);