Skip to content

Commit 681d29e

Browse files
authored
Update SspiContextProvider to reduce duplication (#3496)
1 parent 27aaa9e commit 681d29e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.Data.SqlClient/src/Microsoft/Data/SqlClient/SSPI/SspiContextProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ private bool RunGenerateSspiClientContext(ReadOnlySpan<byte> incomingBlob, IBuff
9494
{
9595
try
9696
{
97-
SqlClientEventSource.Log.TryTraceEvent("{0}.{1} | Info | SPN={1}", GetType().FullName, nameof(GenerateSspiClientContext), authParams.Resource);
97+
SqlClientEventSource.Log.TryTraceEvent("{0}.{1} | Info | SPN={2}", GetType().FullName, nameof(GenerateSspiClientContext), authParams.Resource);
9898

9999
return GenerateSspiClientContext(incomingBlob, outgoingBlobWriter, authParams);
100100
}

0 commit comments

Comments
 (0)