Update NetworkManager.cs

Changed logging type.
This commit is contained in:
BaronGreenback 2020-12-05 16:28:14 +00:00 committed by GitHub
parent f2c2beca0f
commit abacae4520
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
}
}