From: Derrick Brashear Date: Mon, 18 Oct 2004 04:21:40 +0000 (+0000) Subject: STABLE12-findclient-print-stolen-clients-20040805 X-Git-Tag: openafs-stable-1_2_12~29 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=604961660a0bf264909b249fb1cdb271c7641127;p=packages%2Fo%2Fopenafs.git STABLE12-findclient-print-stolen-clients-20040805 when a client is "stolen" due to a race, print it. --- diff --git a/src/viced/host.c b/src/viced/host.c index 6b5d0c9f2..f13e50ce6 100644 --- a/src/viced/host.c +++ b/src/viced/host.c @@ -1465,6 +1465,10 @@ ticket name length != 64 */ if (oldClient = (struct client *) rx_GetSpecific(tcon, rxcon_client_key)) { oldClient->tcon = (struct rx_connection *) 0; + ViceLog(0, ("FindClient: client %x(%x) already had conn %x (host %x), s +tolen by client %x(%x)\n", + oldClient, oldClient->sid, tcon, + rx_HostOf(rx_PeerOf(tcon)), client, client->sid)); /* rx_SetSpecific will be done immediately below */ } client->tcon = tcon;