Skip to content

Commit

Permalink
adding a space in log message - per review
Browse files Browse the repository at this point in the history
  • Loading branch information
qqmyers committed Oct 15, 2024
1 parent 0b608f5 commit 6baff90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ public IndexResponse indexPermissionsOnSelfAndChildren(DvObject definitionPoint)
* files, see https://github.com/IQSS/dataverse/issues/2421
*/
reindexFilesInBatches(filesToReindexAsBatch);
logger.fine("Reindexed permissions for " + i + " files and " + numObjects + "datasets/collections");
logger.fine("Reindexed permissions for " + i + " files and " + numObjects + " datasets/collections");
return new IndexResponse("Number of dvObject permissions indexed for " + definitionPoint
+ ": " + numObjects);
}
Expand Down

0 comments on commit 6baff90

Please sign in to comment.