projects
/
cubemap
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c730679
)
When warning about unusually long Metacube blocks, use decimal instead of hex.
author
Steinar H. Gunderson
<sgunderson@bigfoot.com>
Wed, 14 Aug 2013 19:34:24 +0000
(21:34 +0200)
committer
Steinar H. Gunderson
<sgunderson@bigfoot.com>
Wed, 14 Aug 2013 19:34:24 +0000
(21:34 +0200)
httpinput.cpp
patch
|
blob
|
history
diff --git
a/httpinput.cpp
b/httpinput.cpp
index
a3a950b
..
e22e0a5
100644
(file)
--- a/
httpinput.cpp
+++ b/
httpinput.cpp
@@
-459,7
+459,7
@@
void HTTPInput::process_data(char *ptr, size_t bytes)
uint32_t flags = ntohl(hdr->flags);
if (size > 65535) {
- log(WARNING, "[%s] Metacube block of %
x
bytes (flags=%x); corrupted header?",
+ log(WARNING, "[%s] Metacube block of %
d
bytes (flags=%x); corrupted header?",
url.c_str(), size, flags);
}