Fix build error

This commit is contained in:
Bond_009 2018-12-30 12:27:28 +01:00
parent 88aa5da354
commit bbe2ca412b

View File

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