Skip to content

Commit 69436e3

Browse files
Merge 25.7 to develop
2 parents 56e527e + b539e28 commit 69436e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)