From 6cb6815facd386521b21c66c35b48ea295dff98e Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Thu, 25 Apr 2013 00:18:53 +0200 Subject: [PATCH] Fix a minor error message. --- httpinput.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpinput.cpp b/httpinput.cpp index e113c57..7da8daa 100644 --- a/httpinput.cpp +++ b/httpinput.cpp @@ -387,7 +387,7 @@ void HTTPInput::do_work() if (ret == 0) { // This really shouldn't happen... - log(ERROR, "[%s] Socket unexpectedly closed while reading header", + log(ERROR, "[%s] Socket unexpectedly closed while reading data", url.c_str()); state = CLOSING_SOCKET; continue; -- 2.39.2