From 45bc7baa4a38c1c8be8022759a4924230ff14e9a Mon Sep 17 00:00:00 2001 From: pcjones Date: Mon, 15 Apr 2024 03:17:14 +0200 Subject: [PATCH] Add TODO --- UmlautAdaptarr/Services/HttpProxyService.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/UmlautAdaptarr/Services/HttpProxyService.cs b/UmlautAdaptarr/Services/HttpProxyService.cs index 6eabad2..1fe52af 100644 --- a/UmlautAdaptarr/Services/HttpProxyService.cs +++ b/UmlautAdaptarr/Services/HttpProxyService.cs @@ -50,6 +50,7 @@ namespace UmlautAdaptarr.Services var targetInfo = ParseTargetInfo(requestString); if (targetInfo.host != "prowlarr.servarr.com") { + // TODO check why this is not logging in docker _logger.LogWarning($"Indexer {targetInfo.host} needs to be set to http:// instead of https://"); } using var targetSocket = new Socket(AddressFamily.InterNetwork, SocketType.Stream, ProtocolType.Tcp);