Skip to content

Commit

Permalink
PDFBOX-5847: fix log message
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1918784 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
THausherr committed Jul 1, 2024
1 parent 37ddbfe commit d2510aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ else if (name != null)
else
{
fontInfoList.add(createFSIgnored(file, FontFormat.TTF, "*skipexception*"));
LOG.warn("Could not load font file: {}", file, error);
LOG.warn("Could not load font file '{}': {}", file, error);
}
}

Expand Down

0 comments on commit d2510aa

Please sign in to comment.