gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r335 - GNUnet/src/transports


From: durner
Subject: [GNUnet-SVN] r335 - GNUnet/src/transports
Date: Sun, 27 Feb 2005 10:46:57 -0800 (PST)

Author: durner
Date: 2005-02-27 10:46:56 -0800 (Sun, 27 Feb 2005)
New Revision: 335

Modified:
   GNUnet/src/transports/udp.c
Log:
typo

Modified: GNUnet/src/transports/udp.c
===================================================================
--- GNUnet/src/transports/udp.c 2005-02-27 18:38:31 UTC (rev 334)
+++ GNUnet/src/transports/udp.c 2005-02-27 18:46:56 UTC (rev 335)
@@ -257,7 +257,7 @@
     /* quick test of the packet, if failed, repeat! */
     if (size != ntohs(udpm.size)) {
       LOG(LOG_WARNING,
-         _("Packed received from %u.%u.%u.%u:%u (UDP) failed format check."),
+         _("Packed received from %u.%u.%u.%u:%u (UDP) failed format check.\n"),
          PRIP(ntohl(*(int*)&incoming.sin_addr)),
          ntohs(incoming.sin_port));
       goto RETRY;





reply via email to

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