Restore space after log timestamps
This commit is contained in:
parent
4ccfca6b1d
commit
653333a8bf
1 changed files with 1 additions and 0 deletions
|
@ -498,6 +498,7 @@ void log_in_progress::operator|(formatter&& message)
|
|||
auto fractional = std::chrono::duration_cast<std::chrono::microseconds>(now - as_seconds);
|
||||
stream_ << "." << std::setw(6) << fractional.count();
|
||||
}
|
||||
stream_ << " ";
|
||||
}
|
||||
stream_ << prefix_ << sanitize_log(message.str());
|
||||
if(auto_newline_) {
|
||||
|
|
Loading…
Add table
Reference in a new issue