mirror of
https://github.com/gabime/spdlog.git
synced 2025-01-12 17:00:25 +08:00
Update logger-inl.h
This commit is contained in:
parent
a1a6b7e64f
commit
153c25dbb3
@ -25,7 +25,7 @@ SPDLOG_INLINE logger::logger(const logger &other)
|
||||
{
|
||||
if (other.tracer_)
|
||||
{
|
||||
tracer_ = std::make_shared<details::backtracer>(other.tracer_->n_messages());
|
||||
enable_backtrace(other.tracer_->n_messages());
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user