INN commit: trunk/innfeed (connection.c)

INN Commit rra at isc.org
Wed May 14 17:53:38 UTC 2014


    Date: Wednesday, May 14, 2014 @ 10:53:38
  Author: iulius
Revision: 9632

Typo and useless new line logged in innfeed.debug

Modified:
  trunk/innfeed/connection.c

--------------+
 connection.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: connection.c
===================================================================
--- connection.c	2014-05-14 17:52:14 UTC (rev 9631)
+++ connection.c	2014-05-14 17:53:38 UTC (rev 9632)
@@ -1528,8 +1528,8 @@
   p = bufferBase (modeBuffer) ;
 
   /* now issue the MODE STREAM command */
-  d_printf (1,"%s:%d Issuing the streaming command: %s\n",
-	    hostPeerName (cxn->myHost),cxn->ident,MODE_CMD) ;
+  d_printf (1, "%s:%d Issuing the streaming command\n",
+            hostPeerName (cxn->myHost), cxn->ident) ;
 
   strlcpy (p, MODE_CMD, bufferSize (modeBuffer)) ;
 
@@ -2689,7 +2689,7 @@
         issueQUIT (cxn) ;
     }
   else
-    d_printf (2,"%s:%d no writes were needed....\n",
+    d_printf (2,"%s:%d no writes were needed...\n",
              hostPeerName (cxn->myHost), cxn->ident) ;
 }
 



More information about the inn-committers mailing list