浏览代码

Fix build error

Bond_009 6 年之前
父节点
当前提交
bbe2ca412b
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;
         }