summaryrefslogtreecommitdiff
path: root/sys/net/encap.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/encap.c')
-rw-r--r--sys/net/encap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/encap.c b/sys/net/encap.c
index f0a3b68ead1..c05f9329df1 100644
--- a/sys/net/encap.c
+++ b/sys/net/encap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: encap.c,v 1.14 1997/07/27 23:30:31 niklas Exp $ */
+/* $OpenBSD: encap.c,v 1.15 1997/07/28 18:53:21 provos Exp $ */
/*
* The author of this code is John Ioannidis, ji@tla.org,
@@ -868,7 +868,7 @@ encap_sendnotify(int subtype, struct tdb *tdbp)
default:
#ifdef ENCDEBUG
if (encdebug)
- log(LOG_WARN, "encap_sendnotify(): unknown subtype %d", subtype);
+ log(LOG_WARNING, "encap_sendnotify(): unknown subtype %d", subtype);
#endif /* ENCDEBUG */
return;
}