logger fixes for the ui

This commit is contained in:
LukePulverenti
2013-02-21 15:36:36 -05:00
parent 211dd6b257
commit 2a2ee4adb3
5 changed files with 33 additions and 26 deletions

View File

@@ -106,7 +106,7 @@ namespace MediaBrowser.UI.Controller
try
{
await new PluginUpdater().UpdatePlugins().ConfigureAwait(false);
await new PluginUpdater(Logger).UpdatePlugins().ConfigureAwait(false);
}
catch (HttpException ex)
{