nghttpx: Log worker thread creating in NOTICE level

This commit is contained in:
Tatsuhiro Tsujikawa 2015-09-18 23:35:25 +09:00
parent dbbc7296f5
commit da9e535c7a
1 changed files with 1 additions and 3 deletions

View File

@ -202,9 +202,7 @@ int ConnectionHandler::create_worker_thread(size_t num) {
workers_.push_back(std::move(worker));
worker_loops_.push_back(loop);
if (LOG_ENABLED(INFO)) {
LLOG(INFO, this) << "Created thread #" << workers_.size() - 1;
}
LLOG(NOTICE, this) << "Created worker thread #" << workers_.size() - 1;
}
for (auto &worker : workers_) {