diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-02-10 13:13:24 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-02-10 13:13:24 -0500 |
| commit | 0216742945f2d2a2dda1b0da35d3c90a3bda06a2 (patch) | |
| tree | 50231de8c440cda5b8f1e7fe0b4d1f0ce113cdbf /MediaBrowser.Server.Startup.Common/ApplicationHost.cs | |
| parent | 31a119fa424d23a557c5c4e1bfaae043ab8089ba (diff) | |
update db inheritance
Diffstat (limited to 'MediaBrowser.Server.Startup.Common/ApplicationHost.cs')
| -rw-r--r-- | MediaBrowser.Server.Startup.Common/ApplicationHost.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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<IActivityRepository> GetActivityLogRepository() { - var repo = new ActivityRepository(LogManager.GetLogger("ActivityRepository"), ServerConfigurationManager.ApplicationPaths); + var repo = new ActivityRepository(LogManager, ServerConfigurationManager.ApplicationPaths); await repo.Initialize().ConfigureAwait(false); |
