Skip to content

Commit e658639

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/src/main/java/org/apache/pdfbox/tools/ExtractText.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ private void extractPages(int startPage, int endPage,
372372
{
373373
throw ex;
374374
}
375-
LOG.error("Failed to process page " + p, ex);
375+
LOG.error("Failed to process page {}", p, ex);
376376
}
377377
}
378378
}

0 commit comments

Comments
 (0)