Skip to content

Commit

Permalink
Added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasegense committed Dec 24, 2023
1 parent 9f7e910 commit c7873c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ public static void parseWarcFiles( WARCIndexerCommandOptions opts, boolean isTex
}
} else {
log.debug("No document produced by record: " + type + " for url " + url + " from " +
inFile.getName() + " @" + rec.getHeader().getOffset());
inFile.getName() + " @" + rec.getHeader().getOffset()); //All request records will log this. It is expected there is no document.
}
}
docConsumer.endWARC();
Expand Down

0 comments on commit c7873c9

Please sign in to comment.