mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-28 09:47:09 +02:00
Log configured protocoll
This commit is contained in:
parent
29e267532a
commit
be301c6931
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 " << iter.endpoint() << "\n";
|
||||
LOG(INFO, LOG_TAG) << "Connecting to " << server_.protocol << "://" << iter.endpoint() << "\n";
|
||||
ec = doConnect(iter.endpoint());
|
||||
if (!ec || (ec == boost::system::errc::interrupted))
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue