Skip to content

Commit 7393dc3

Browse files
committed
PDFBOX-5660: clarify log message
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1922320 13f79535-47bb-0310-9956-ffa450edef68
1 parent 624aef9 commit 7393dc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pdfbox/src/main/java/org/apache/pdfbox/pdmodel/font/FileSystemFontProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ private List<FSFontInfo> loadDiskCache(List<File> files)
644644
if (!pending.isEmpty())
645645
{
646646
// re-build the entire cache if we encounter un-cached fonts (could be optimised)
647-
LOG.info("{} new fonts found, font cache will be re-built", pending.size());
647+
LOG.info("{} new font files found, font cache will be re-built", pending.size());
648648
return null;
649649
}
650650

0 commit comments

Comments
 (0)