Skip to content

Commit

Permalink
ref #166 Improved log message
Browse files Browse the repository at this point in the history
  • Loading branch information
ediweissmann committed May 2, 2024
1 parent c6a5ca6 commit 5024a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/sejda/sambox/input/XrefParser.java
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ void onEntryFound(XrefEntry entry)
{
if(entry.getByteOffset() < XrefEntry.UNKNOWN_OFFSET)
{
LOG.warn("Ignoring xrefEntry inUse with byteOffset: {}", entry);
LOG.warn("Ignoring xrefEntry with negative byteOffset: {}", entry);
}
else
{
Expand Down

0 comments on commit 5024a3f

Please sign in to comment.