Skip to content

Commit 7817e94

Browse files
committed
making output less verbose
1 parent 814f188 commit 7817e94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • biojava-structure/src/main/java/org/biojava/nbio/structure

biojava-structure/src/main/java/org/biojava/nbio/structure/Model.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public void addChain(Chain c) {
7171
EntityInfo info = c.getEntityInfo();
7272

7373
if ( info == null || info.getType() == null) {
74-
logger.warn("No entity info could be found while adding chain with asym id {} (author id {}). Will consider it a polymer chain.", c.getId(), c.getName());
74+
logger.debug("No entity info could be found while adding chain with asym id {} (author id {}). Will consider it a polymer chain.", c.getId(), c.getName());
7575
polyChains.add(c);
7676

7777
} else if ( info.getType() == EntityType.POLYMER) {

0 commit comments

Comments
 (0)