We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e3ccb0 commit e2ce556Copy full SHA for e2ce556
biojava-structure/src/main/java/org/biojava/nbio/structure/io/PDBFileParser.java
@@ -2803,7 +2803,7 @@ private void handlePDBKeywords(List<String> lines) {
2803
ArrayList<String> lst = new ArrayList<String>(keywords.length);
2804
for (String keyword : keywords) {
2805
if(keyword.length() == 0) {
2806
- logger.warn("Keyword empty in structure "+ structure.getIdentifier().toString());
+ logger.debug("Keyword empty in structure {}", structure.getIdentifier().toString());
2807
continue;
2808
}
2809
lst.add(keyword);
0 commit comments