Skip to content

Commit

Permalink
link
Browse files Browse the repository at this point in the history
  • Loading branch information
BrennanConroy committed Jan 15, 2021
1 parent a86dde7 commit 6e08572
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ private void stopConnection(String errorMessage) {

if (connectionState == null)
{
this.logger.error("'stopConnection' called with a null ConnectionState. This is not expected, please file a bug.");
this.logger.error("'stopConnection' called with a null ConnectionState. This is not expected, please file a bug. https://github.com/dotnet/aspnetcore/issues/new?assignees=&labels=&template=bug_report.md");
return;
}

Expand Down

0 comments on commit 6e08572

Please sign in to comment.