mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-06 18:18:52 +08:00
nghttpx: Fix logging integer
This commit is contained in:
@@ -251,7 +251,7 @@ Log &Log::operator<<(long long n) {
|
|||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
*last_++ = '-';
|
*last_++ = '-';
|
||||||
*last_ += nlen;
|
last_ += nlen;
|
||||||
update_full();
|
update_full();
|
||||||
|
|
||||||
auto p = last_ - 1;
|
auto p = last_ - 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user