diff options
| author | Brian Somers <brian@FreeBSD.org> | 1997-11-12 15:50:38 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 1997-11-12 15:50:38 +0000 |
| commit | 6c5a1dc652d6e7fa17ae071c84a8b092d4793c92 (patch) | |
| tree | 897f3930caf291e11273708e169f612f8a9200c4 /usr.sbin | |
| parent | d72ec6655e86a12675f934040232732d12b7ae1c (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/ppp/systems.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/systems.c b/usr.sbin/ppp/systems.c index 62cd642a42cd..a070535189a5 100644 --- a/usr.sbin/ppp/systems.c +++ b/usr.sbin/ppp/systems.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: systems.c,v 1.22 1997/11/09 17:51:27 brian Exp $ + * $Id: systems.c,v 1.23 1997/11/11 22:58:13 brian Exp $ * * TODO: */ @@ -351,7 +351,7 @@ LoadCommand(struct cmdtab const * list, int argc, char **argv) name = "default"; if (!ValidSystem(name)) - LogPrintf(LogERROR, "%s: Label not allowed\n"); + LogPrintf(LogERROR, "%s: Label not allowed\n", name); else if (SelectSystem(name, CONFFILE) < 0) { LogPrintf(LogWARN, "%s: not found.\n", name); return -1; |
