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

    https://github.com/apache/incubator-joshua/pull/15#discussion_r64131297
  
    --- Diff: src/main/java/org/apache/joshua/decoder/Decoder.java ---
    @@ -786,7 +783,7 @@ private void initializeTranslationGrammars() throws 
IOException {
           checkSharedVocabularyChecksumsForPackedGrammars(packed_grammars);
     
         } else {
    -      Decoder.LOG(1, "* WARNING: no grammars supplied!  Supplying dummy 
glue grammar.");
    +      LOG.info("* WARNING: no grammars supplied!  Supplying dummy glue 
grammar.");
    --- End diff --
    
    I would log this as WARN.  It's pretty indicative of missing files or a 
wrong config. We could also remove the word * WARNING:.


---
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