mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-31 14:33:54 -04:00
Update NetworkManager.cs
Changed logging type.
This commit is contained in:
parent
f2c2beca0f
commit
abacae4520
@ -1314,9 +1314,7 @@ namespace Jellyfin.Networking.Manager
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Have to return something, so return an internal address
|
_logger.LogDebug("{Source}: External request received, but no WAN interface found. Need to route through internal network.", source);
|
||||||
|
|
||||||
_logger.LogWarning("{Source}: External request received, however, no WAN interface found.", source);
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user