projects
/
cubemap
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
981cdb7
)
Fix a minor error message.
author
Steinar H. Gunderson
<sgunderson@bigfoot.com>
Wed, 24 Apr 2013 22:18:53 +0000
(
00:18
+0200)
committer
Steinar H. Gunderson
<sgunderson@bigfoot.com>
Wed, 24 Apr 2013 22:18:53 +0000
(
00:18
+0200)
httpinput.cpp
patch
|
blob
|
history
diff --git
a/httpinput.cpp
b/httpinput.cpp
index
e113c57
..
7da8daa
100644
(file)
--- 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;