Merge pull request #4678 from BaronGreenback/network_routing_fix_17.0rc

Change logging level and message in NetworkManager
This commit is contained in:
Claus Vium 2020-12-08 08:37:51 +01:00 committed by GitHub
commit 885d42cb65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -1314,9 +1314,7 @@ namespace Jellyfin.Networking.Manager
return true;
}
// Have to return something, so return an internal address
_logger.LogWarning("{Source}: External request received, however, no WAN interface found.", source);
_logger.LogDebug("{Source}: External request received, but no WAN interface found. Need to route through internal network.", source);
return false;
}
}