Skip to content

Commit

Permalink
Detect Spotify, Sonos, Alexa, Echo and PlayStation OS better
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsbasjes committed Jun 11, 2020
1 parent 1ca9310 commit 40cb7b2
Show file tree
Hide file tree
Showing 6 changed files with 519 additions and 8 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -11,6 +11,8 @@ v5.18-SNAPSHOT
- Rewrite the handling of "Default" values
- Rewrote Calculators.
- Improved Robot classifications, no more urls as 'version'
- Voice/Audio devices: Spotify, Alexa, Echo, Sonos
- Improve PlayStation 3,4 OS names
- Updated UDF dependencies
- Apache Flink 1.10.1
- Apache Beam 2.21.0
Expand Down
Expand Up @@ -125,7 +125,7 @@ public void syntaxError(
String msg,
RecognitionException e) {
LOG.error("Syntax error");
LOG.error("Source : {}", matchExpression);
LOG.error("Source {}: {}", matcher.getMatcherSourceLocation(), matchExpression);
LOG.error("Message: {}", msg);
throw new InvalidParserConfigurationException("Syntax error \"" + msg + "\" caused by \"" + matchExpression + "\".");
}
Expand Down

0 comments on commit 40cb7b2

Please sign in to comment.