summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/log.c
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2000-10-30 00:15:29 +0000
committerbrian <brian@FreeBSD.org>2000-10-30 00:15:29 +0000
commit6d9a542bce3cadf1a0aab81517098220c69362cc (patch)
tree88db3e0d746dc0d3788ec5c519372ae4dc6520e5 /usr.sbin/ppp/log.c
parent09731f0efcb7a4f29d9a36fddaa659397337e443 (diff)
downloadFreeBSD-src-6d9a542bce3cadf1a0aab81517098220c69362cc.zip
FreeBSD-src-6d9a542bce3cadf1a0aab81517098220c69362cc.tar.gz
Various whitespace changes.
Make some functions static.
Diffstat (limited to 'usr.sbin/ppp/log.c')
-rw-r--r--usr.sbin/ppp/log.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/log.c b/usr.sbin/ppp/log.c
index 1b32941..df3b131 100644
--- a/usr.sbin/ppp/log.c
+++ b/usr.sbin/ppp/log.c
@@ -435,7 +435,8 @@ log_SetLevel(struct cmdargs const *arg)
local = 0;
else {
if (arg->prompt == NULL) {
- log_Printf(LogWARN, "set log local: Only available on the command line\n");
+ log_Printf(LogWARN, "set log local: Only available on the"
+ " command line\n");
return 1;
}
argc--;
OpenPOWER on IntegriCloud