add missing \n
authorChristian Grothoff <christian@grothoff.org>
Sun, 24 Feb 2019 07:07:00 +0000 (08:07 +0100)
committerChristian Grothoff <christian@grothoff.org>
Sun, 24 Feb 2019 07:07:00 +0000 (08:07 +0100)
src/util/service.c

index f38e4b353c507e6d29b2deebd9e39f093ed7dc9f..3f7b74e0d2b3dfeb7e99752a165f29fb22ac43b1 100644 (file)
@@ -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));