mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-29 13:07:50 +00:00
[#1902] fixed log message
This commit is contained in:
parent
573fd0db4c
commit
c7b88df5c8
@ -1763,7 +1763,7 @@ public:
|
||||
conn_pool_.reset(new ConnectionPool(*thread_io_service_, thread_pool_size_));
|
||||
|
||||
LOG_DEBUG(http_logger, isc::log::DBGLVL_TRACE_BASIC, HTTP_CLIENT_MT_STARTED)
|
||||
.arg(getThreadCount());
|
||||
.arg(thread_pool_size_);
|
||||
} else {
|
||||
// Single-threaded mode: use the caller's IOService,
|
||||
// one connection per URL.
|
||||
|
Loading…
x
Reference in New Issue
Block a user