Merge remote-tracking branch 'origin/rel/2.0.0-preview2' into dev

This commit is contained in:
Arthur Vickers 2017-06-01 09:08:12 -07:00
commit 3b671b4360
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ namespace Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore
void IObserver<DiagnosticListener>.OnNext(DiagnosticListener diagnosticListener)
{
if (diagnosticListener.Name == DbLoggerCategory.Root)
if (diagnosticListener.Name == DbLoggerCategory.Name)
{
diagnosticListener.Subscribe(this);
}