[PATCH 32/65] dont print perror

From: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
Date: Thu, 17 Apr 2014 19:49:28 +0200

Signed-off-by: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
---
 ii.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ii.c b/ii.c
index eaf7102..2cc17cd 100644
--- a/ii.c
+++ b/ii.c
_AT_@ -467,7 +467,7 @@ handle_server_output(int ircfd) {
 	char buf[BUFSIZ];
 
 	if(read_line(ircfd, buf, sizeof(buf)) == -1)
-		eprintf("ii: remote host closed connection:");
+		eprintf("ii: remote host closed connection\n");
 	proc_server_cmd(ircfd, buf);
 }
 
-- 
2.4.10
--Multipart=_Mon__9_May_2016_17_21_10_+0200_I.6cpFVydhq75aaE
Content-Type: text/x-diff;
 name="0033-minor-doc-changes.patch"
Content-Disposition: attachment;
 filename="0033-minor-doc-changes.patch"
Content-Transfer-Encoding: 7bit
Received on Mon Sep 17 2001 - 00:00:00 CEST

This archive was generated by hypermail 2.3.0 : Mon May 09 2016 - 17:24:22 CEST