Fix copy/paste error in comment.
This commit is contained in:
parent
cff2b49988
commit
60170d6259
@ -102,7 +102,7 @@ public:
|
|||||||
std::ostringstream os;
|
std::ostringstream os;
|
||||||
os << impl->identifier << ": " << message;
|
os << impl->identifier << ": " << message;
|
||||||
|
|
||||||
// Pass the work of opening the file to the background thread.
|
// Pass the work of writing to the file to the background thread.
|
||||||
asio::post(work_io_context_, boost::bind(
|
asio::post(work_io_context_, boost::bind(
|
||||||
&logger_service::log_impl, this, os.str()));
|
&logger_service::log_impl, this, os.str()));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user