@@ -819,7 +819,7 @@ public void documentEnd() {
819819 for (BiologicalAssemblyTransformation transf :transformations ) {
820820 Chain c = structure .getChain (transf .getChainId ());
821821 if (c ==null ) {
822- logger .warn ("Could not find asym id {} specified in struct_assembly_gen" , transf .getChainId ());
822+ logger .info ("Could not find asym id {} specified in struct_assembly_gen" , transf .getChainId ());
823823 continue ;
824824 }
825825 if (c .getEntityType () == EntityType .POLYMER &&
@@ -918,7 +918,7 @@ private void linkEntities() {
918918 if (entityInfo ==null ) {
919919 // Supports the case where the only chain members were from non-polymeric entity that is missing.
920920 // Solved by creating a new Compound(entity) to which this chain will belong.
921- logger .warn ("Could not find an Entity for entity_id {}, for chain id {}, creating a new Entity." ,
921+ logger .info ("Could not find an Entity for entity_id {}, for chain id {}, creating a new Entity." ,
922922 eId , chain .getId ());
923923 entityInfo = new EntityInfo ();
924924 entityInfo .setMolId (eId );
@@ -1637,7 +1637,7 @@ public void newStructRefSeq(StructRefSeq sref) {
16371637 r .setChainId (sref .getPdbx_strand_id ());
16381638 StructRef structRef = getStructRef (sref .getRef_id ());
16391639 if (structRef == null ){
1640- logger .warn ("could not find StructRef " + sref .getRef_id () + " for StructRefSeq " + sref );
1640+ logger .info ("could not find StructRef " + sref .getRef_id () + " for StructRefSeq " + sref );
16411641 } else {
16421642 r .setDatabase (structRef .getDb_name ());
16431643 r .setDbIdCode (structRef .getDb_code ());
0 commit comments