Repository: cxf-xjc-utils
Updated Branches:
  refs/heads/master a1e053180 -> 640012ac2


Flip to fine logging


Project: http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/commit/640012ac
Tree: http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/tree/640012ac
Diff: http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/diff/640012ac

Branch: refs/heads/master
Commit: 640012ac28caa0cfa865ae5b2563b83b451d09ac
Parents: a1e0531
Author: Daniel Kulp <dk...@apache.org>
Authored: Fri Sep 12 13:19:44 2014 -0400
Committer: Daniel Kulp <dk...@apache.org>
Committed: Fri Sep 12 13:19:44 2014 -0400

----------------------------------------------------------------------
 bug986/src/main/java/org/apache/cxf/xjc/bug986/Bug986Plugin.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/blob/640012ac/bug986/src/main/java/org/apache/cxf/xjc/bug986/Bug986Plugin.java
----------------------------------------------------------------------
diff --git a/bug986/src/main/java/org/apache/cxf/xjc/bug986/Bug986Plugin.java 
b/bug986/src/main/java/org/apache/cxf/xjc/bug986/Bug986Plugin.java
index b81562d..676308f 100644
--- a/bug986/src/main/java/org/apache/cxf/xjc/bug986/Bug986Plugin.java
+++ b/bug986/src/main/java/org/apache/cxf/xjc/bug986/Bug986Plugin.java
@@ -68,7 +68,7 @@ public class Bug986Plugin {
     public boolean run(Outline outline, Options opt, ErrorHandler 
errorHandler) {
         // kind of a bogus thing to have to do to workaround bug:
         // https://java.net/jira/browse/JAXB-986
-        LOG.info("Running Bug986Plugin plugin.");
+        LOG.fine("Running Bug986Plugin plugin.");
         for (ClassOutline classOutline : outline.getClasses()) {
             Map<String, JFieldVar> fields = classOutline.implClass.fields();
             for (JFieldVar field : fields.values()) {

Reply via email to