diff options
| author | Bond_009 <bond.009@outlook.com> | 2018-12-30 12:27:28 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2018-12-30 22:44:39 +0100 |
| commit | bbe2ca412b215e4d0b7ac6744e004c448fc80854 (patch) | |
| tree | 4a5f0bb4dfc0c91fcbb7cdf9c3d05a62c66a81a0 | |
| parent | 88aa5da3545962170a6074de8a5d1e5f4dd57aad (diff) | |
Fix build error
| -rw-r--r-- | Emby.Server.Implementations/ApplicationHost.cs | 2 |
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; } |
