aboutsummaryrefslogtreecommitdiff
path: root/src/set/gnunet-service-set.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/set/gnunet-service-set.c')
-rw-r--r--src/set/gnunet-service-set.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/set/gnunet-service-set.c b/src/set/gnunet-service-set.c
index 6e49599a2..8b46f68de 100644
--- a/src/set/gnunet-service-set.c
+++ b/src/set/gnunet-service-set.c
@@ -1775,8 +1775,7 @@ handle_client_cancel (void *cls, const struct GNUNET_SET_CancelMessage *msg)
1775 * the other peer disconnecting. The client may not know about this 1775 * the other peer disconnecting. The client may not know about this
1776 * yet and try to cancel the (just barely non-existent) operation. 1776 * yet and try to cancel the (just barely non-existent) operation.
1777 * So this is not a hard error. 1777 * So this is not a hard error.
1778 */ 1778 */GNUNET_log (GNUNET_ERROR_TYPE_INFO,
1779 GNUNET_log (GNUNET_ERROR_TYPE_INFO,
1780 "Client canceled non-existent op %u\n", 1779 "Client canceled non-existent op %u\n",
1781 (uint32_t) ntohl (msg->request_id)); 1780 (uint32_t) ntohl (msg->request_id));
1782 } 1781 }