aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>2000-12-29 22:25:56 +0000
committerBrian Somers <brian@FreeBSD.org>2000-12-29 22:25:56 +0000
commit12df0d6c581d123449d21171ea0c9cb0a91ecc3f (patch)
treee12d8561ea540d8076b1d3cd8a7469d9bdade596 /usr.sbin
parent6e3caa083303aae41395c7ff038ab93ff203208b (diff)
Notes
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/ppp/mppe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/mppe.c b/usr.sbin/ppp/mppe.c
index d843ecbfd114..158eabbe423a 100644
--- a/usr.sbin/ppp/mppe.c
+++ b/usr.sbin/ppp/mppe.c
@@ -233,7 +233,7 @@ MPPEInitOptsOutput(struct lcp_opt *o, const struct ccp_config *cfg)
log_Printf(LogCCP, "MPPE: InitOptsOutput\n");
if (!MPPE_MasterKeyValid) {
- log_Printf(LogWARN, "MPPE: MasterKey is invalid,"
+ log_Printf(LogCCP, "MPPE: MasterKey is invalid,"
" MPPE is capable only with CHAP81 authentication\n");
*(u_int32_t *)o->data = htonl(0x0);
return;