mirror of
https://github.com/gabime/spdlog.git
synced 2025-01-24 14:42:13 +08:00
Minor cleanup
This commit is contained in:
parent
f3a7ef1199
commit
fafedd2d59
@ -934,7 +934,7 @@ public:
|
|||||||
|
|
||||||
cache_timestamp_ = secs;
|
cache_timestamp_ = secs;
|
||||||
}
|
}
|
||||||
dest.append(cached_datetime_.data(), cached_datetime_.data()+cached_datetime_.size());
|
dest.append(cached_datetime_.begin(), cached_datetime_.end());
|
||||||
|
|
||||||
auto millis = fmt_helper::time_fraction<milliseconds>(msg.time);
|
auto millis = fmt_helper::time_fraction<milliseconds>(msg.time);
|
||||||
fmt_helper::pad3(static_cast<uint32_t>(millis.count()), dest);
|
fmt_helper::pad3(static_cast<uint32_t>(millis.count()), dest);
|
||||||
|
Loading…
Reference in New Issue
Block a user