Batch 3 of changes from of review comments - there are more

This commit is contained in:
alandavis
2022-09-08 17:07:56 +01:00
parent c1c2348ec6
commit 17a96626c0
5 changed files with 37 additions and 38 deletions

View File

@@ -197,7 +197,7 @@ public class TransformerDebug
{
if (logger.isDebugEnabled())
{
logger.debug("%s fragment[%d]%s", getPaddedReference(reference), index, fileSize(size));
logger.debug("{} fragment[{}]{}", getPaddedReference(reference), index, fileSize(size));
}
}