]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE12-findclient-print-stolen-clients-20040805
authorDerrick Brashear <shadow@dementia.org>
Mon, 18 Oct 2004 07:36:08 +0000 (07:36 +0000)
committerDerrick Brashear <shadow@dementia.org>
Mon, 18 Oct 2004 07:36:08 +0000 (07:36 +0000)
when a client is "stolen" due to a race, print it.

src/viced/host.c

index bfcd83e158069b4d237fc3deec251579d27ec4e2..3c3fd0456e6bfd4f9db6bbb1477dbe41f3613558 100644 (file)
@@ -1466,8 +1466,7 @@ 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", 
+        ViceLog(0, ("FindClient: client %x(%x) already had conn %x (host %x), stolen by client %x(%x)\n", 
                     oldClient, oldClient->sid, tcon, 
                     rx_HostOf(rx_PeerOf(tcon)), client, client->sid));
        /* rx_SetSpecific will be done immediately below */