Skip to content

Commit

Permalink
misc: error message whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
neon-sunset committed Sep 26, 2024
1 parent edfb41d commit 7aa2b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Index.cs
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ await Parallel.ForEachAsync(batches, options, async (batch, _) =>

if (exceptions != null)
{
var message = "One or more exceptions have occurred." +
var message = "One or more exceptions have occurred. " +
$"Successfully deleted {deleted} vectors. Batches failed: {exceptions.Count}.";

Logger?.ParallelOperationFailed(message);
Expand Down

0 comments on commit 7aa2b07

Please sign in to comment.