fix: log reason for https upgrade failure

This commit is contained in:
edde746
2026-04-07 05:48:44 +02:00
parent bc2febf480
commit 7150ea2987
+1 -1
View File
@@ -721,7 +721,7 @@ class PlexServer {
);
if (!result.success) {
appLogger.w('HTTPS upgrade failed, staying on HTTP candidate', error: {'url': currentUrl});
appLogger.w('HTTPS upgrade failed, staying on HTTP candidate', error: {'url': currentUrl, 'reason': result.error});
return null;
}