From: Fabian Keil <fk@fabiankeil.de>
Date: Thu, 10 Sep 2009 14:59:34 +0000 (+0000)
Subject: Add trailing dot in a log message in close_unusable_connections().
X-Git-Tag: v_3_0_15~67
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/@default-cgi@/@default-cgi@send-stylesheet?a=commitdiff_plain;h=8dd845a92b074e35e7ad7f039c95ffead9656161;p=privoxy.git

Add trailing dot in a log message in close_unusable_connections().
---

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,