From 7e343244ea464768e125b0b70b11cf3c1b0cee3e Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Mon, 23 Feb 2015 21:15:32 +1100 Subject: [PATCH] Change message slightly since we don't necessarily reconnect --- src/generator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/generator.c b/src/generator.c index aca93e84..7622d8a4 100644 --- a/src/generator.c +++ b/src/generator.c @@ -1910,7 +1910,7 @@ static void *proxy_recv(void *arg) ret = read_socket_line(cs, 5); } if (ret < 1) { - LOGNOTICE("Proxy %d:%d %s failed to epoll/read_socket_line in proxy_recv, attempting reconnect", + LOGNOTICE("Proxy %d:%d %s failed to epoll/read_socket_line in proxy_recv", proxi->id, subproxy->subid, subproxy->si->url); disable_subproxy(gdata, proxi, subproxy); continue;