mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-30 15:08:19 +00:00
Fix build error
This commit is contained in:
@@ -2066,7 +2066,7 @@ namespace Emby.Server.Implementations
|
||||
}
|
||||
catch(Exception ex)
|
||||
{
|
||||
Logger.ErrorException("Error getting WAN Ip address information", ex);
|
||||
Logger.LogError(ex, "Error getting WAN Ip address information");
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user