[Linux-decnet-commit] CVS: latd connection.cc,1.62,1.63
Brought to you by:
chrissie_c,
ph3-der-loewe
From: Patrick C. <pa...@us...> - 2004-01-02 14:28:45
|
Update of /cvsroot/linux-decnet/latd In directory sc8-pr-cvs1:/tmp/cvs-serv13518 Modified Files: connection.cc Log Message: Fix error in debuglog Index: connection.cc =================================================================== RCS file: /cvsroot/linux-decnet/latd/connection.cc,v retrieving revision 1.62 retrieving revision 1.63 diff -C2 -r1.62 -r1.63 *** connection.cc 31 Dec 2003 13:11:46 -0000 1.62 --- connection.cc 2 Jan 2004 14:28:37 -0000 1.63 *************** *** 921,925 **** LAT_Header msg; ! debuglog("Deleting pending connection\n"); msg.local_connid = remote_connid; msg.remote_connid = num; --- 921,925 ---- LAT_Header msg; ! debuglog(("Deleting pending connection\n")); msg.local_connid = remote_connid; msg.remote_connid = num; |