Skip to content

Commit 97cd374

Browse files
Backport: Timeout for querying for Uniprot features
1 parent 76615f1 commit 97cd374

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

protein/src/org/labkey/protein/ProteinServiceImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ else if (location.getChildNodes().getLength() == 2)
372372
{
373373
if (responseCode != 404)
374374
{
375-
LOG.error("HTTP GET failed to " + url + " with error code " + responseCode);
375+
LOG.warn("HTTP GET failed to " + url + " with error code " + responseCode);
376376
}
377377
else
378378
{

0 commit comments

Comments
 (0)