Fix copy/paste error in comment.

This commit is contained in:
Christopher Kohlhoff 2017-11-26 18:54:06 +11:00
parent cff2b49988
commit 60170d6259

View File

@ -102,7 +102,7 @@ public:
std::ostringstream os;
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(
&logger_service::log_impl, this, os.str()));
}