diff options
author | brian <brian@cvs.openbsd.org> | 1998-04-25 00:22:14 +0000 |
---|---|---|
committer | brian <brian@cvs.openbsd.org> | 1998-04-25 00:22:14 +0000 |
commit | efdaf220537139a6c894925a566f9f2a4cc92cc4 (patch) | |
tree | 9e6f93634a739fde749951537ba675419d5972b6 /usr.sbin | |
parent | 74641533eeec02b9a08706d46f419a56a3c52637 (diff) |
Fix diagnostic typo.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/ppp/route.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/route.c b/usr.sbin/ppp/route.c index 55e2a0ec15c..92cdbbc1365 100644 --- a/usr.sbin/ppp/route.c +++ b/usr.sbin/ppp/route.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: route.c,v 1.16 1998/03/13 01:26:03 brian Exp $ + * $Id: route.c,v 1.17 1998/04/25 00:22:13 brian Exp $ * */ @@ -144,7 +144,7 @@ OsSetRoute(int cmd, wb = ID0write(s, &rtmes, nb); if (wb < 0) { LogPrintf(LogTCPIP, "OsSetRoute failure:\n"); - LogPrintf(LogTCPIP, "OsSetRoute: Cmd = %s\n", cmd); + LogPrintf(LogTCPIP, "OsSetRoute: Cmd = %s\n", cmdstr); LogPrintf(LogTCPIP, "OsSetRoute: Dst = %s\n", inet_ntoa(dst)); LogPrintf(LogTCPIP, "OsSetRoute: Gateway = %s\n", inet_ntoa(gateway)); LogPrintf(LogTCPIP, "OsSetRoute: Mask = %s\n", inet_ntoa(mask)); |