]> git.sesse.net Git - cubemap/commitdiff
Fix a minor error message.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 24 Apr 2013 22:18:53 +0000 (00:18 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 24 Apr 2013 22:18:53 +0000 (00:18 +0200)
httpinput.cpp

index e113c5717a76ac27ae6f1a52ae30c93a1b29e747..7da8daa1d85e732be755236a780d010a82e9cd4e 100644 (file)
@@ -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;