summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2002-06-15 01:35:03 +0000
committerbrian <brian@FreeBSD.org>2002-06-15 01:35:03 +0000
commit017c07705610046310da77d945507d97af6e3a3b (patch)
tree9b4edd42cbf9892b447811f26a35743917637cd4 /usr.sbin
parenta09941cc30db804d8d1713abb506048c0e6ca90b (diff)
downloadFreeBSD-src-017c07705610046310da77d945507d97af6e3a3b.zip
FreeBSD-src-017c07705610046310da77d945507d97af6e3a3b.tar.gz
Remove a forgotten diagnostic
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/ppp/radius.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/ppp/radius.c b/usr.sbin/ppp/radius.c
index cd72c4b..a3b01f2 100644
--- a/usr.sbin/ppp/radius.c
+++ b/usr.sbin/ppp/radius.c
@@ -212,7 +212,6 @@ demangle(struct radius *r, const void *mangled, size_t mlen,
*buf = malloc(*len);
memcpy(*buf, P + 1, *len);
-log_Printf(LogWARN, "demangled %d bytes\n", *len);
}
#endif
OpenPOWER on IntegriCloud