nghttpx: Fix logging integer
This commit is contained in:
parent
1ecc7940b8
commit
abe80e371e
|
@ -251,7 +251,7 @@ Log &Log::operator<<(long long n) {
|
|||
return *this;
|
||||
}
|
||||
*last_++ = '-';
|
||||
*last_ += nlen;
|
||||
last_ += nlen;
|
||||
update_full();
|
||||
|
||||
auto p = last_ - 1;
|
||||
|
|
Loading…
Reference in New Issue