Github user KellenSunderland commented on a diff in the pull request:

    https://github.com/apache/incubator-joshua/pull/15#discussion_r64132137
  
    --- Diff: src/main/java/org/apache/joshua/util/CompareGrammars.java ---
    @@ -134,15 +132,15 @@ public static void compareValues(File grammarFile1, 
File grammarFile2, String fi
       public static void main(String[] args) throws FileNotFoundException {
     
         if (args.length != 2) {
    -      logger.severe("Usage: " + CompareGrammars.class.toString() + " 
grammarFile1 grammarFile2");
    +      System.err.println("Usage: " + CompareGrammars.class.toString() + " 
grammarFile1 grammarFile2");
    --- End diff --
    
    Let's LOG.error here.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to