Skip to content

Commit e369837

Browse files
committed
PDFBOX-5660: sonar fix
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1932540 13f79535-47bb-0310-9956-ffa450edef68
1 parent fcab699 commit e369837

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ else if (name != null)
426426
}
427427
catch (IOException ex)
428428
{
429-
LOG.warn("Could not get " + strName + " UC2 map for font " + getName(), ex);
429+
LOG.warn("Could not get {} UC2 map for font {}", strName, getName(), ex);
430430
}
431431
}
432432
}

0 commit comments

Comments
 (0)