From: Steinar H. Gunderson Date: Wed, 24 Apr 2013 22:18:53 +0000 (+0200) Subject: Fix a minor error message. X-Git-Tag: 1.0.0~40 X-Git-Url: https://git.sesse.net/?p=cubemap;a=commitdiff_plain;h=6cb6815facd386521b21c66c35b48ea295dff98e;hp=981cdb79fdbf75ff755c80297d6d0e893d076555 Fix a minor error message. --- 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;