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:
de87cea
)
prevent multiple attempts to initialise logging
author
jprocter
<Jim Procter>
Sun, 6 Jun 2010 14:57:59 +0000
(14:57 +0000)
committer
jprocter
<Jim Procter>
Sun, 6 Jun 2010 14:57:59 +0000
(14:57 +0000)
src/jalview/bin/Cache.java
patch
|
blob
|
history
diff --git
a/src/jalview/bin/Cache.java
b/src/jalview/bin/Cache.java
index
cebb504
..
5688ae1
100755
(executable)
--- a/
src/jalview/bin/Cache.java
+++ b/
src/jalview/bin/Cache.java
@@
-170,6
+170,10
@@
public class Cache
public static void initLogger()
{
+ if (log!=null)
+ {
+ return;
+ }
try
{
// TODO: redirect stdout and stderr here in order to grab the output of