Skip to content

Commit

Permalink
client::controller::make_http_connection(): adjust logger name
Browse files Browse the repository at this point in the history
  • Loading branch information
Tectu committed May 21, 2022
1 parent ccffb62 commit 2a0353f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/malloy/client/controller.hpp
Expand Up @@ -218,7 +218,7 @@ namespace malloy::client
#if MALLOY_FEATURE_TLS
if constexpr (isHttps) {
cb(std::make_shared<http::connection_tls<Body, Filter, std::decay_t<Callback>>>(
m_cfg.logger->clone(m_cfg.logger->name() + " | HTTP connection"),
m_cfg.logger->clone(m_cfg.logger->name() + " | HTTPS connection"),
*m_ioc,
*m_tls_ctx));
return;
Expand Down

0 comments on commit 2a0353f

Please sign in to comment.