diff options
| author | Brian Somers <brian@FreeBSD.org> | 1999-12-20 20:30:35 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 1999-12-20 20:30:35 +0000 |
| commit | ef0a48491b4b6f7ee2aae434da9cd16f5d730b74 (patch) | |
| tree | 0d085e95097fc57c897e45f353e6e9f3f47306a3 | |
| parent | dbde41c0b7509d5c87e635c49cbbe19bcf8b9751 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/ppp/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/command.c b/usr.sbin/ppp/command.c index d2add9d964f5..dd045d48fb5d 100644 --- a/usr.sbin/ppp/command.c +++ b/usr.sbin/ppp/command.c @@ -1147,7 +1147,7 @@ SetModemSpeed(struct cmdargs const *arg) if (arg->argc > arg->argn && *arg->argv[arg->argn]) { if (arg->argc > arg->argn+1) { - log_Printf(LogWARN, "SetModemSpeed: Too many arguments"); + log_Printf(LogWARN, "SetModemSpeed: Too many arguments\n"); return -1; } if (strcasecmp(arg->argv[arg->argn], "sync") == 0) { |
