summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/systems.c
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1997-11-12 15:50:38 +0000
committerbrian <brian@FreeBSD.org>1997-11-12 15:50:38 +0000
commit75ca1ecd86f747e8a807de275ff5708de0b23064 (patch)
treed6c7caead657da63040ce66ad5c102cf969ccead /usr.sbin/ppp/systems.c
parent3e11b7299f24ee61bf6461c3c13115d7b0f5f9b0 (diff)
downloadFreeBSD-src-75ca1ecd86f747e8a807de275ff5708de0b23064.zip
FreeBSD-src-75ca1ecd86f747e8a807de275ff5708de0b23064.tar.gz
Pass a missing arg to LogPrintf().
Diffstat (limited to 'usr.sbin/ppp/systems.c')
-rw-r--r--usr.sbin/ppp/systems.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/systems.c b/usr.sbin/ppp/systems.c
index 62cd642..a070535 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;
OpenPOWER on IntegriCloud