From 0216742945f2d2a2dda1b0da35d3c90a3bda06a2 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Wed, 10 Feb 2016 13:13:24 -0500 Subject: update db inheritance --- MediaBrowser.Server.Startup.Common/ApplicationHost.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MediaBrowser.Server.Startup.Common') diff --git a/MediaBrowser.Server.Startup.Common/ApplicationHost.cs b/MediaBrowser.Server.Startup.Common/ApplicationHost.cs index b17f10af3..735748e08 100644 --- a/MediaBrowser.Server.Startup.Common/ApplicationHost.cs +++ b/MediaBrowser.Server.Startup.Common/ApplicationHost.cs @@ -692,7 +692,7 @@ namespace MediaBrowser.Server.Startup.Common private async Task GetActivityLogRepository() { - var repo = new ActivityRepository(LogManager.GetLogger("ActivityRepository"), ServerConfigurationManager.ApplicationPaths); + var repo = new ActivityRepository(LogManager, ServerConfigurationManager.ApplicationPaths); await repo.Initialize().ConfigureAwait(false); -- cgit v1.2.3