Merge "While the controller is starting up, we see the following info messages which...
authorTony Tkacik <ttkacik@cisco.com>
Mon, 21 Jul 2014 07:19:17 +0000 (07:19 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 21 Jul 2014 07:19:17 +0000 (07:19 +0000)
yang/yang-data-impl/src/main/java/org/opendaylight/yangtools/yang/data/impl/schema/tree/InMemoryDataTree.java

index 7013e55ad1fccdafcb4eb0c9e1550bfa9a4352df..668f7512c33f05e5a60749cbc540470b33465c0d 100644 (file)
@@ -50,7 +50,8 @@ final class InMemoryDataTree implements DataTree {
     public synchronized void setSchemaContext(final SchemaContext newSchemaContext) {
         Preconditions.checkNotNull(newSchemaContext);
 
-        LOG.info("Attempting to install schema context {}", newSchemaContext);
+        LOG.info("Attempting to install schema contexts");
+        LOG.debug("Following schema contexts will be attempted {}",newSchemaContext);
 
         /*
          * FIXME: we should walk the schema contexts, both current and new and see