updated video js

This commit is contained in:
Luke Pulverenti
2013-04-23 17:05:21 -04:00
parent 82dfb4ffb5
commit 6d5d722bc6
3 changed files with 16 additions and 28 deletions

View File

@@ -323,9 +323,9 @@ namespace MediaBrowser.Common.Implementations
{
return Container.GetInstance(type);
}
catch
catch (Exception ex)
{
Logger.Error("Error creating {0}", type.Name);
Logger.Error("Error creating {0}", ex, type.Name);
throw;
}