Skip to content

Commit 9bb6610

Browse files
committed
better log management
1 parent 56138e5 commit 9bb6610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

biojava-core/src/main/java/org/biojava/nbio/core/sequence/io/GenbankSequenceParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ private String parse(BufferedReader bufferedReader) {
168168
case DBLINK: break; // not implemented yet
169169
default:
170170
if(!sectionKey.equals(END_SEQUENCE_TAG)) {
171-
log.info("found unknown section key: "+sectionKey);
171+
log.info("found unknown section key: %", sectionKey);
172172
}
173173
}
174174
} while (!sectionKey.equals(END_SEQUENCE_TAG));

0 commit comments

Comments
 (0)