mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-23 11:18:54 +00:00
Use the link name for modem throughput logging.
This commit is contained in:
parent
184d1da22a
commit
9592529e9d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/cvs2svn/branches/MP/; revision=35439
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user