Bug 1027: Decreased log level from INFO to DEBUG. 56/8456/1
authorTony Tkacik <ttkacik@cisco.com>
Mon, 30 Jun 2014 12:57:28 +0000 (14:57 +0200)
committerTony Tkacik <ttkacik@cisco.com>
Mon, 30 Jun 2014 12:57:28 +0000 (14:57 +0200)
Change-Id: I79452e344c23aa593505ac41337c9d9306b6f1d5
Signed-off-by: Tony Tkacik <ttkacik@cisco.com>
code-generator/binding-generator-impl/src/main/java/org/opendaylight/yangtools/sal/binding/generator/impl/LazyGeneratedCodecRegistry.java

index ce6d284fe6e3e9f5f66674970e6493797d63b76c..65b3f668e256514fda61c968180ab21b02fe8289 100644 (file)
@@ -706,7 +706,7 @@ class LazyGeneratedCodecRegistry implements //
             if (adaptedForPaths.contains(path)) {
                 return;
             }
-            LOG.info("Adapting mixin codec {} for path {}",this,path);
+            LOG.debug("Adapting mixin codec {} for path {}",this,path);
             /**
              * We search in schema context if the use of this location aware
              * codec (augmentable codec, case codec) makes sense on provided