Skip to content

Commit 8eef8f1

Browse files
authored
Merge 6dee5fc into 29ebe96
2 parents 29ebe96 + 6dee5fc commit 8eef8f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/IdentityServer/Aguacongas.IdentityServer.Admin.Http.Store/HttpStoreBase.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ protected Uri GetUri(HttpClient httpClient, string uri)
125125
}
126126

127127
var result = new Uri($"{baseAddress}{uri}");
128-
Logger.LogDebug($"Request {result}");
128+
Logger.LogDebug("Request {result}", result);
129129
return result;
130130
}
131131
}

0 commit comments

Comments
 (0)