aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/ApplicationHost.cs
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2018-12-30 12:27:28 +0100
committerBond_009 <bond.009@outlook.com>2018-12-30 22:44:39 +0100
commitbbe2ca412b215e4d0b7ac6744e004c448fc80854 (patch)
tree4a5f0bb4dfc0c91fcbb7cdf9c3d05a62c66a81a0 /Emby.Server.Implementations/ApplicationHost.cs
parent88aa5da3545962170a6074de8a5d1e5f4dd57aad (diff)
Fix build error
Diffstat (limited to 'Emby.Server.Implementations/ApplicationHost.cs')
-rw-r--r--Emby.Server.Implementations/ApplicationHost.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs
index 77edc8ea1..a4a24dda0 100644
--- a/Emby.Server.Implementations/ApplicationHost.cs
+++ b/Emby.Server.Implementations/ApplicationHost.cs
@@ -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;
}