mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-28 09:47:09 +02:00
Change log line
This commit is contained in:
parent
77d23f627d
commit
fb8f6b87b8
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ void ClientConnection::connect(const ResultHandler& handler)
|
|||
|
||||
for (const auto& iter : iterator)
|
||||
{
|
||||
LOG(INFO, LOG_TAG) << "Connecting to " << server_.protocol << "://" << iter.endpoint() << "\n";
|
||||
LOG(INFO, LOG_TAG) << "Connecting to host: " << iter.endpoint() << ", port: " << server_.port << ", protocol: " << server_.protocol << "\n";
|
||||
ec = doConnect(iter.endpoint());
|
||||
if (!ec || (ec == boost::system::errc::interrupted))
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue