From 155fa591faddf4b361b728a1091d029274051dfa Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 24 Feb 2019 08:07:00 +0100 Subject: [PATCH] add missing \n --- src/util/service.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/service.c b/src/util/service.c index f38e4b353..3f7b74e0d 100644 --- a/src/util/service.c +++ b/src/util/service.c @@ -514,7 +514,7 @@ do_send (void *cls) const char *buf; LOG (GNUNET_ERROR_TYPE_DEBUG, - "service: sending message with type %u", + "service: sending message with type %u\n", ntohs(client->msg->type)); -- 2.25.1