We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56138e5 commit 9bb6610Copy full SHA for 9bb6610
biojava-core/src/main/java/org/biojava/nbio/core/sequence/io/GenbankSequenceParser.java
@@ -168,7 +168,7 @@ private String parse(BufferedReader bufferedReader) {
168
case DBLINK: break; // not implemented yet
169
default:
170
if(!sectionKey.equals(END_SEQUENCE_TAG)) {
171
- log.info("found unknown section key: "+sectionKey);
+ log.info("found unknown section key: %", sectionKey);
172
}
173
174
} while (!sectionKey.equals(END_SEQUENCE_TAG));
0 commit comments