From 9592529e9d13da590025a6566132036c9ccb4a89 Mon Sep 17 00:00:00 2001 From: Brian Somers Date: Sat, 25 Apr 1998 00:09:28 +0000 Subject: [PATCH] Use the link name for modem throughput logging. --- usr.sbin/ppp/modem.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/ppp/modem.c b/usr.sbin/ppp/modem.c index eac66bf1059..f527d5f72d8 100644 --- a/usr.sbin/ppp/modem.c +++ b/usr.sbin/ppp/modem.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: modem.c,v 1.77.2.55 1998/04/21 01:02:24 brian Exp $ + * $Id: modem.c,v 1.77.2.56 1998/04/24 19:16:07 brian Exp $ * * TODO: */ @@ -694,7 +694,7 @@ modem_PhysicalClose(struct physical *modem) StopTimer(&modem->Timer); bundle_SetTtyCommandMode(modem->dl->bundle, modem->dl); throughput_stop(&modem->link.throughput); - throughput_log(&modem->link.throughput, LogPHASE, "Modem"); + throughput_log(&modem->link.throughput, LogPHASE, modem->link.name); } void