Skip to content

Commit 6673eee

Browse files
fixed code QL issue
1 parent 0f6cd35 commit 6673eee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

App/backend-api/Microsoft.GS.DPS.Host/API/KernelMemory/KernelMemory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ DPS.API.KernelMemory kernelMemory
9696
#pragma warning disable CA1031 // Must catch all to log and keep the process alive
9797
catch (Exception ex)
9898
{
99-
app.Logger.LogError(ex, "An error occurred while deleting document {DocumentId}.", documentId);
99+
app.Logger.LogError(ex, "An error occurred while deleting a document.");
100100
return Results.BadRequest(new DocumentDeletedResult() { IsDeleted = false });
101101
}
102102
#pragma warning restore CA1031

0 commit comments

Comments
 (0)