Skip to content

Commit

Permalink
fix sdk parse domain name fail because boostssl don't support domain …
Browse files Browse the repository at this point in the history
…name
  • Loading branch information
LucasLi1024 committed Jan 30, 2024
1 parent 5e38942 commit 347adfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bcos-boostssl/bcos-boostssl/websocket/WsInitializer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ void WsInitializer::initWsService(WsService::Ptr _wsService)
auto connectPeers = _config->connectPeers();
WEBSOCKET_INITIALIZER(INFO)
<< LOG_BADGE("initWsService") << LOG_DESC("start websocket service as client")
<< LOG_KV("connected size", connectPeers ? connectPeers->size() : 0);
<< LOG_KV("connected endpoints size", connectPeers ? connectPeers->size() : 0);

if (connectPeers)
{
Expand Down

0 comments on commit 347adfd

Please sign in to comment.