Address comments

This commit is contained in:
Bond_009
2019-11-01 20:24:16 +01:00
parent b477b3874e
commit 06596feaa7
2 changed files with 1 additions and 115 deletions

View File

@@ -325,7 +325,7 @@ namespace Emby.Server.Implementations.HttpClientManager
if (options.LogErrorResponseBody)
{
string msg = await response.Content.ReadAsStringAsync().ConfigureAwait(false);
string msg = await response.Content.ReadAsStringAsync().ConfigureAwait(false);
_logger.LogError("HTTP request failed with message: {Message}", msg);
}