X Tutup
Skip to content

Commit e2ce556

Browse files
committed
Demoting log
1 parent 6e3ccb0 commit e2ce556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

biojava-structure/src/main/java/org/biojava/nbio/structure/io/PDBFileParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2803,7 +2803,7 @@ private void handlePDBKeywords(List<String> lines) {
28032803
ArrayList<String> lst = new ArrayList<String>(keywords.length);
28042804
for (String keyword : keywords) {
28052805
if(keyword.length() == 0) {
2806-
logger.warn("Keyword empty in structure "+ structure.getIdentifier().toString());
2806+
logger.debug("Keyword empty in structure {}", structure.getIdentifier().toString());
28072807
continue;
28082808
}
28092809
lst.add(keyword);

0 commit comments

Comments
 (0)
X Tutup