mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-02 00:11:55 +01:00
Update NetworkManager.cs
Changed logging type.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user