gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] 29/40: TNG: Fixed syntax.


From: gnunet
Subject: [gnunet] 29/40: TNG: Fixed syntax.
Date: Thu, 05 Oct 2023 08:57:32 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

commit ed76bf2ece671e9543477a9bb9130dfbe5fa5a4d
Author: t3sserakt <t3ss@posteo.de>
AuthorDate: Tue Oct 3 11:36:07 2023 +0200

    TNG: Fixed syntax.
---
 src/transport/gnunet-service-tng.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/transport/gnunet-service-tng.c 
b/src/transport/gnunet-service-tng.c
index 138d8ee3f..c4711e6fe 100644
--- a/src/transport/gnunet-service-tng.c
+++ b/src/transport/gnunet-service-tng.c
@@ -5382,7 +5382,8 @@ handle_client_send (void *cls, const struct 
OutboundMessage *obm)
   pm->bytes_msg = bytes_msg;
   memcpy (&pm[1], obmm, bytes_msg);
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
-              "Sending %u bytes as <%llu> to %s\n",
+              "Sending message of type %u  with %u bytes as <%llu> to %s\n",
+              ntohs (obmm->type),
               bytes_msg,
               pm->logging_uuid,
               GNUNET_i2s (&obm->peer));

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]