2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 05:27:55 +00:00

[#1902] fixed log message

This commit is contained in:
Razvan Becheriu 2021-06-11 11:17:04 +03:00
parent 573fd0db4c
commit c7b88df5c8

View File

@ -1763,7 +1763,7 @@ public:
conn_pool_.reset(new ConnectionPool(*thread_io_service_, thread_pool_size_)); conn_pool_.reset(new ConnectionPool(*thread_io_service_, thread_pool_size_));
LOG_DEBUG(http_logger, isc::log::DBGLVL_TRACE_BASIC, HTTP_CLIENT_MT_STARTED) LOG_DEBUG(http_logger, isc::log::DBGLVL_TRACE_BASIC, HTTP_CLIENT_MT_STARTED)
.arg(getThreadCount()); .arg(thread_pool_size_);
} else { } else {
// Single-threaded mode: use the caller's IOService, // Single-threaded mode: use the caller's IOService,
// one connection per URL. // one connection per URL.