Skip to content

Commit

Permalink
PDFBOX-5660: clarify log message
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1922320 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
THausherr committed Dec 5, 2024
1 parent 624aef9 commit 7393dc3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ private List<FSFontInfo> loadDiskCache(List<File> files)
if (!pending.isEmpty())
{
// re-build the entire cache if we encounter un-cached fonts (could be optimised)
LOG.info("{} new fonts found, font cache will be re-built", pending.size());
LOG.info("{} new font files found, font cache will be re-built", pending.size());
return null;
}

Expand Down

0 comments on commit 7393dc3

Please sign in to comment.