Correcting redundant warning text.

This commit is contained in:
Ryan Poplin 2011-07-29 10:01:11 -04:00
parent 1afc49a297
commit c0d4110ffd
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ public class SNPGenotypeLikelihoodsCalculationModel extends GenotypeLikelihoodsC
if ( vc == null ) {
vc = vc_input;
} else {
logger.warn("Multiple valid VCF records detected at site " + ref.getLocus() + ", only considering alleles from first record only");
logger.warn("Multiple valid VCF records detected at site " + ref.getLocus() + ", only considering alleles from first record");
}
}
}