Source-Changes-HG archive

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

[src/trunk]: src/sys/netipsec Fix a debug log message



details:   https://anonhg.NetBSD.org/src/rev/5308af1875c6
branches:  trunk
changeset: 353635:5308af1875c6
user:      ozaki-r <ozaki-r%NetBSD.org@localhost>
date:      Mon May 15 09:52:05 2017 +0000

description:
Fix a debug log message

diffstat:

 sys/netipsec/key.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 03f26cc173b9 -r 5308af1875c6 sys/netipsec/key.c
--- a/sys/netipsec/key.c        Mon May 15 09:51:00 2017 +0000
+++ b/sys/netipsec/key.c        Mon May 15 09:52:05 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: key.c,v 1.123 2017/05/15 09:51:00 ozaki-r Exp $        */
+/*     $NetBSD: key.c,v 1.124 2017/05/15 09:52:05 ozaki-r Exp $        */
 /*     $FreeBSD: src/sys/netipsec/key.c,v 1.3.2.3 2004/02/14 22:23:23 bms Exp $        */
 /*     $KAME: key.c,v 1.191 2001/06/27 10:46:49 sakane Exp $   */
 
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: key.c,v 1.123 2017/05/15 09:51:00 ozaki-r Exp $");
+__KERNEL_RCSID(0, "$NetBSD: key.c,v 1.124 2017/05/15 09:52:05 ozaki-r Exp $");
 
 /*
  * This code is referd to RFC 2367
@@ -3021,7 +3021,7 @@
                        secasvar, chain);
 done:
        KEYDEBUG_PRINTF(KEYDEBUG_IPSEC_STAMP,
-           "DP from %s:%u return SP:%p\n", where, tag, newsav);
+           "DP from %s:%u return SA:%p\n", where, tag, newsav);
 
        return newsav;
 }



Home | Main Index | Thread Index | Old Index