Skip to content

Commit 3037dd6

Browse files
committed
Change error to warning
1 parent c1e5de5 commit 3037dd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SequenceAnalysis/src/org/labkey/sequenceanalysis/run/analysis/MergeLoFreqVcfHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ else if ("I".equals(line[0]))
393393

394394
if (!analysesWithoutPindel.isEmpty())
395395
{
396-
ctx.getLogger().error("Analysis missing pindel: " + StringUtils.join(analysesWithoutPindel, ";"));
396+
ctx.getLogger().warn("Analysis missing pindel: " + StringUtils.join(analysesWithoutPindel, ";"));
397397
}
398398
}
399399
catch (IOException e)

0 commit comments

Comments
 (0)