Reduce log spam

This commit is contained in:
Bond-009 2019-02-16 11:41:48 +01:00
parent 25c2267a89
commit a993420676

View File

@ -471,7 +471,7 @@ namespace Emby.Server.Implementations
{ {
try try
{ {
Logger.LogWarning("Creating instance of {Type}", type); Logger.LogDebug("Creating instance of {Type}", type);
return ActivatorUtilities.CreateInstance(_serviceProvider, type); return ActivatorUtilities.CreateInstance(_serviceProvider, type);
} }
catch (Exception ex) catch (Exception ex)