diff --git a/java/src/org/broadinstitute/sting/gatk/walkers/genotyper/UnifiedGenotyperEngine.java b/java/src/org/broadinstitute/sting/gatk/walkers/genotyper/UnifiedGenotyperEngine.java index 563327b33..10d2dcb4d 100755 --- a/java/src/org/broadinstitute/sting/gatk/walkers/genotyper/UnifiedGenotyperEngine.java +++ b/java/src/org/broadinstitute/sting/gatk/walkers/genotyper/UnifiedGenotyperEngine.java @@ -718,7 +718,7 @@ public class UnifiedGenotyperEngine { case GRID_SEARCH: afcm = new GridSearchAFEstimation(UAC, N, logger, verboseWriter); break; - default: throw new IllegalArgumentException("Unexpected GenotypeCalculationModel " + UAC.GLmodel); + default: throw new IllegalArgumentException("Unexpected AlleleFrequencyCalculationModel " + UAC.AFmodel); } return afcm;