Browse Source

Fix build error

Bond_009 6 years ago
parent
commit
bbe2ca412b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Emby.Server.Implementations/ApplicationHost.cs

+ 1 - 1
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;
         }