--- libaitrpc/src/srv.c 2024/02/26 17:52:41 1.30.2.8 +++ libaitrpc/src/srv.c 2024/02/26 18:07:32 1.30.2.9 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: srv.c,v 1.30.2.8 2024/02/26 17:52:41 misho Exp $ +* $Id: srv.c,v 1.30.2.9 2024/02/26 18:07:32 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -576,7 +576,7 @@ rxUDPPacket(sched_task_t *task) c = _allocClient(srv, &sa); if (!c) { - EVERBOSE(1, "RPC client quota exceeded! Connection will be shutdown!\n"); + EVERBOSE(1, "RPC client quota exceeded!"); usleep(2000); /* blocked client delay */ goto end; } else {