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:
846cd53
)
JAL-715 JAL-1601 promote parsing errors in Job result data to ERROR log output
author
James Procter
<jprocter@ls30857.local>
Fri, 5 Jun 2015 10:03:29 +0000
(11:03 +0100)
committer
James Procter
<jprocter@ls30857.local>
Fri, 5 Jun 2015 10:03:29 +0000
(11:03 +0100)
src/jalview/ws/rest/RestJobThread.java
patch
|
blob
|
history
diff --git
a/src/jalview/ws/rest/RestJobThread.java
b/src/jalview/ws/rest/RestJobThread.java
index
d3e36a7
..
eb65cde
100644
(file)
--- a/
src/jalview/ws/rest/RestJobThread.java
+++ b/
src/jalview/ws/rest/RestJobThread.java
@@
-488,7
+488,7
@@
public class RestJobThread extends AWSThread
} catch (Error ex)
{
- Cache.log.warn("Failed to finish parsing data for job "
+ Cache.log.error("Failed to finish parsing data for job "
+ rj.getJobId());
ex.printStackTrace();
} catch (Exception ex)