Skip to content

Commit 58136fe

Browse files
committed
Logging
1 parent 8286260 commit 58136fe

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/cif/CifStructureConsumerImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1171,7 +1171,7 @@ public void finish() {
11711171
currentModel.add(currentChain);
11721172
}
11731173
} else if (!params.isHeaderOnly()) {
1174-
logger.warn("current chain is null at end of document.");
1174+
logger.warn("No chains were instantiated after parsing the whole CIF document. This could be due to the atom_site category being absent");
11751175
}
11761176

11771177
allModels.add(currentModel);

0 commit comments

Comments
 (0)