Skip to content

Commit

Permalink
Not a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmay committed May 18, 2018
1 parent c490c44 commit 02aa17c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ else if (readConnect.isSet() && "CONECT".equalsIgnoreCase(cCol)) {
}
if (atomFromNumber != -1 && atomToNumber != -1) {
addBond(molecule, atomFromNumber, atomToNumber);
logger.warn("Bonded " + atomFromNumber + " with " + atomToNumber);
logger.debug("Bonded " + atomFromNumber + " with " + atomToNumber);
}
}
lineIndex += 5;
Expand Down

0 comments on commit 02aa17c

Please sign in to comment.