Update src/NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs

Co-authored-by: Bogdan <mynameisbogdan@users.noreply.github.com>
pull/6644/head
Louis R 2 months ago committed by GitHub
parent 170258e5cf
commit c48e23c791
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -270,7 +270,7 @@ namespace NzbDrone.Common.Http.Dispatchers
}
catch (Exception e)
{
_logger.Debug(e, "Caught exception while GetAllNetworkInterfaces assuming IPv4 connectivity" + e.Message);
_logger.Debug(e, "Caught exception while GetAllNetworkInterfaces assuming IPv4 connectivity: {0}", e.Message);
return true;
}
}

Loading…
Cancel
Save