viced: avoid aborting on host table exhaustion
[openafs.git] / src / viced / afsfileprocs.c
index d09ef96..7e422c0 100644 (file)
@@ -346,7 +346,7 @@ CallPreamble(struct rx_call *acall, int activecall,
   retry:
     tclient = h_FindClient_r(*tconn);
     if (!tclient) {
-       ViceLog(0, ("CallPreamble: Couldn't get CPS. Too many lockers\n"));
+       ViceLog(0, ("CallPreamble: Couldn't get client.\n"));
        H_UNLOCK;
        return VBUSY;
     }