Skip to content
This repository was archived by the owner on Dec 19, 2018. It is now read-only.

Commit 3c3d4b8

Browse files
committed
updated
1 parent 419327e commit 3c3d4b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.AspNetCore.Hosting/Internal/HostingEventSource.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public void RequestStop(HttpContext context, Exception exception = null)
5959
}
6060

6161
[Event(3, Level = EventLevel.Informational)]
62-
public void RequestStart(
62+
private void RequestStart(
6363
string requestTraceIdentifier,
6464
string protocol,
6565
string method,

0 commit comments

Comments
 (0)