Github user KellenSunderland commented on a diff in the pull request:
https://github.com/apache/incubator-joshua/pull/15#discussion_r64131858
--- Diff:
src/main/java/org/apache/joshua/decoder/ff/tm/packed/PackedGrammar.java ---
@@ -159,7 +162,7 @@ public PackedGrammar(String grammar_dir, int
span_limit, String owner, String ty
root = new PackedRoot(slices);
cached_rules =
CacheBuilder.newBuilder().maximumSize(joshuaConfiguration.cachedRuleSize).build();
- Decoder.LOG(1, String.format("Loaded %d rules", count));
+ LOG.info("Loaded %d rules", count);
--- End diff --
I think we should replace %d with {} 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.
---