--- libaitrpc/src/srv.c 2013/11/13 12:18:14 1.20.4.1 +++ libaitrpc/src/srv.c 2013/11/13 12:18:43 1.20.4.2 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: srv.c,v 1.20.4.1 2013/11/13 12:18:14 misho Exp $ +* $Id: srv.c,v 1.20.4.2 2013/11/13 12:18:43 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -728,7 +728,7 @@ acceptBLOBClients(sched_task_t *task) for (i = 0; i < array_Size(srv->srv_blob.clients) && (c = array(srv->srv_blob.clients, i, rpc_cli_t*)); i++); if (c) { /* no more free slots! */ - EVERBOSE(1, "RPC client quota exceeded! Connection will be shutdown!\n"); + EVERBOSE(1, "BLOB client quota exceeded! Connection will be shutdown!\n"); if ((sock = accept(TASK_FD(task), NULL, NULL)) != -1) { shutdown(sock, SHUT_RDWR); close(sock);