Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
… into NickCraver-patch-1
  • Loading branch information
anpete committed Mar 27, 2017
2 parents 936014b + ec592f9 commit 69d25a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EFCore.Relational/Internal/RelationalDiagnostics.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ internal static class RelationalDiagnostics
public const string ConnectionOpened = NamePrefix + nameof(ConnectionOpened);
public const string ConnectionClosing = NamePrefix + nameof(ConnectionClosing);
public const string ConnectionClosed = NamePrefix + nameof(ConnectionClosed);
public const string ConnectionError = NamePrefix + nameof(ConnectionClosed);
public const string ConnectionError = NamePrefix + nameof(ConnectionError);

public const string TransactionStarted = NamePrefix + nameof(TransactionStarted);
public const string TransactionCommitted = NamePrefix + nameof(TransactionCommitted);
Expand Down

0 comments on commit 69d25a0

Please sign in to comment.