X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=httpinput.cpp;h=7da8daa1d85e732be755236a780d010a82e9cd4e;hb=6cb6815facd386521b21c66c35b48ea295dff98e;hp=e113c5717a76ac27ae6f1a52ae30c93a1b29e747;hpb=981cdb79fdbf75ff755c80297d6d0e893d076555;p=cubemap 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;