git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4908e9c
)
JAL-1191 use Cache.log for logging
author
gmungoc
<g.m.carstairs@dundee.ac.uk>
Mon, 31 Aug 2020 15:00:22 +0000
(16:00 +0100)
committer
gmungoc
<g.m.carstairs@dundee.ac.uk>
Mon, 31 Aug 2020 15:00:22 +0000
(16:00 +0100)
src/jalview/ext/so/SequenceOntology.java
patch
|
blob
|
history
diff --git
a/src/jalview/ext/so/SequenceOntology.java
b/src/jalview/ext/so/SequenceOntology.java
index
89b2415
..
138aa58
100644
(file)
--- a/
src/jalview/ext/so/SequenceOntology.java
+++ b/
src/jalview/ext/so/SequenceOntology.java
@@
-115,7
+115,7
@@
public class SequenceOntology implements SequenceOntologyI
}
}
long elapsed = System.currentTimeMillis() - now;
- System.out.println("Loaded Sequence Ontology from " + zipFile + " ("
+ Cache.log.info("Loaded Sequence Ontology from " + zipFile + " ("
+ elapsed + "ms)");
} catch (Exception e)
{
@@
-337,7
+337,7
@@
public class SequenceOntology implements SequenceOntologyI
{
if (!termsNotFound.contains(term))
{
- System.err.println("SO term " + term + " invalid");
+ Cache.log.error("SO term " + term + " invalid");
termsNotFound.add(term);
}
}