From 8dd845a92b074e35e7ad7f039c95ffead9656161 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Thu, 10 Sep 2009 14:59:34 +0000 Subject: [PATCH] Add trailing dot in a log message in close_unusable_connections(). --- gateway.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gateway.c b/gateway.c index 19a2947b..79c4d5bb 100644 --- a/gateway.c +++ b/gateway.c @@ -1,4 +1,4 @@ -const char gateway_rcs[] = "$Id: gateway.c,v 1.59 2009/09/06 14:09:19 fabiankeil Exp $"; +const char gateway_rcs[] = "$Id: gateway.c,v 1.60 2009/09/06 14:15:46 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/gateway.c,v $ @@ -438,7 +438,7 @@ int close_unusable_connections(void) { log_error(LOG_LEVEL_CONNECT, "The connection to %s:%d in slot %d timed out. " - "Closing socket %d. Timeout is: %d. Assumed latency: %d", + "Closing socket %d. Timeout is: %d. Assumed latency: %d.", reusable_connection[slot].host, reusable_connection[slot].port, slot, reusable_connection[slot].sfd, -- 2.39.2