Skip to content

Commit

Permalink
Update src/AnalysisPrograms/Recognizers/Birds/BotaurusPoiciloptilus.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Anthony Truskinger <[email protected]>
  • Loading branch information
towsey and atruskie authored May 11, 2020
1 parent 450d35f commit 79e8f35
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public override AnalyzerConfig ParseConfig(FileInfo file)
return config;
}

throw new ConfigFileException("Autralasian Bittern expects one and only one ForwardTrack algorithm.", file);
throw new ConfigFileException($"Autralasian Bittern expects one and only one {nameof(OneBinTrackParameters)}} algorithm.", file);
}

/// <summary>
Expand Down Expand Up @@ -165,4 +165,4 @@ public class BotaurusPoiciloptilusConfig : GenericRecognizerConfig, INamedProfil
public double SyllableHertzGap { get; set; } = 200;
}
}
}
}

0 comments on commit 79e8f35

Please sign in to comment.