mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
[#2606] Clean up redundant debug messages
This commit is contained in:
@ -2090,7 +2090,7 @@ bool SIPVoIPLink::acquireTransport(const AccountID& accountID) {
|
||||
|
||||
// Transport could not either be created, socket not available
|
||||
_debug("Did not find transport (%s) in transport map", account->getTransportMapKey().c_str());
|
||||
_debug("Use default one instead");
|
||||
|
||||
account->setAccountTransport(_localUDPTransport);
|
||||
|
||||
std::string localHostName(_localUDPTransport->local_name.host.ptr, _localUDPTransport->local_name.host.slen);
|
||||
|
Reference in New Issue
Block a user