From: Christian Grothoff Date: Sun, 24 Feb 2019 07:07:00 +0000 (+0100) Subject: add missing \n X-Git-Tag: v0.11.0~55 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=155fa591faddf4b361b728a1091d029274051dfa;p=oweals%2Fgnunet.git add missing \n --- 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));