Skip to content

Commit

Permalink
update log
Browse files Browse the repository at this point in the history
  • Loading branch information
eroux committed Aug 7, 2022
1 parent 4ac5777 commit a1d0548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/bdrc/gittodbs/TransferHelpers.java
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ public static int syncTypeFuseki(DocType type, int nbLeft) {
List<DiffEntry> entries = null;
try {
entries = GitHelpers.getChanges(type, distRev);
TransferHelpers.logger.info("sending changed " + type + " files changed since "+distRev+" to Fuseki");
TransferHelpers.logger.info("sending "+entries.size()+" changed " + type + " files since "+distRev+" to Fuseki");
for (DiffEntry de : entries) {
i++;
if (i > nbLeft)
Expand Down

0 comments on commit a1d0548

Please sign in to comment.