Add back space to POSIX Logger.
The space in between the header and log message was mistakenly omitted in a prior commit. Re-adding. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=228202737
This commit is contained in:
parent
58d70545af
commit
af7abf06ea
@ -79,7 +79,7 @@ class PosixLogger final : public Logger {
|
|||||||
thread_id.c_str());
|
thread_id.c_str());
|
||||||
|
|
||||||
// The header can be at most 28 characters (10 date + 15 time +
|
// The header can be at most 28 characters (10 date + 15 time +
|
||||||
// 3 spacing) plus the thread ID, which should fit comfortably into the
|
// 3 delimiters) plus the thread ID, which should fit comfortably into the
|
||||||
// static buffer.
|
// static buffer.
|
||||||
assert(buffer_offset <= 28 + kMaxThreadIdSize);
|
assert(buffer_offset <= 28 + kMaxThreadIdSize);
|
||||||
static_assert(28 + kMaxThreadIdSize < kStackBufferSize,
|
static_assert(28 + kMaxThreadIdSize < kStackBufferSize,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user