mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-20 09:06:38 +00:00
@@ -375,7 +375,7 @@ namespace Jellyfin.Networking.Manager
|
||||
|
||||
if (MatchesPublishedServerUrl(source, isExternal, out string res, out port))
|
||||
{
|
||||
_logger.LogInformation("{Source}: Using BindAddress {Address}:{Port}", source, res, port);
|
||||
_logger.LogDebug("{Source}: Using BindAddress {Address}:{Port}", source, res, port);
|
||||
return res;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user