Source-Changes-HG archive

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

[src/trunk]: src/crypto/dist/ipsec-tools/src/racoon Fix spacing and improve w...



details:   https://anonhg.NetBSD.org/src/rev/2256c85aa1d8
branches:  trunk
changeset: 759370:2256c85aa1d8
user:      tteras <tteras%NetBSD.org@localhost>
date:      Tue Dec 07 14:28:12 2010 +0000

description:
Fix spacing and improve wording in some log messages.

diffstat:

 crypto/dist/ipsec-tools/src/racoon/isakmp_quick.c |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (31 lines):

diff -r 7f534bdffd85 -r 2256c85aa1d8 crypto/dist/ipsec-tools/src/racoon/isakmp_quick.c
--- a/crypto/dist/ipsec-tools/src/racoon/isakmp_quick.c Tue Dec 07 10:03:29 2010 +0000
+++ b/crypto/dist/ipsec-tools/src/racoon/isakmp_quick.c Tue Dec 07 14:28:12 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: isakmp_quick.c,v 1.27 2010/10/20 13:37:37 tteras Exp $ */
+/*     $NetBSD: isakmp_quick.c,v 1.28 2010/12/07 14:28:12 tteras Exp $ */
 
 /* Id: isakmp_quick.c,v 1.29 2006/08/22 18:17:17 manubsd Exp */
 
@@ -2383,9 +2383,9 @@
                        }
                } else {
                        plog(LLV_DEBUG, LOCATION, NULL,
-                            "Either family (%d - %d), types (%d - %d) of ID"
-                            "from initiator differ or matching sainfo has"
-                            "has no id_i defined for the peer. Not filling"
+                            "Either family (%d - %d), types (%d - %d) of ID "
+                            "from initiator differ or matching sainfo "
+                            "has no id_i defined for the peer. Not filling "
                             "iph2->sa_src and iph2->sa_dst.\n",
                             spidx.src.ss_family, spidx.dst.ss_family,
                             _XIDT(iph2->id_p),idi2type);
@@ -2416,7 +2416,7 @@
 #undef _XIDT
 
        plog(LLV_DEBUG, LOCATION, NULL,
-               "get a src address from ID payload "
+               "get src address from ID payload "
                "%s prefixlen=%u ul_proto=%u\n",
                saddr2str((struct sockaddr *)&spidx.src),
                spidx.prefs, spidx.ul_proto);



Home | Main Index | Thread Index | Old Index