X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=benchmark%2Fdsbenchmark%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fdsbenchmark%2Fsimpletx%2FSimpletxDomRead.java;h=f2b2799294d3e8f990d1ce9b015ba9931e901caf;hb=refs%2Fchanges%2F96%2F56396%2F1;hp=0edccbf3aff9b696b37b4d4652f705896246dfb7;hpb=e78622411319748472b5d9edab14eb6dc92cf6b1;p=controller.git diff --git a/benchmark/dsbenchmark/src/main/java/org/opendaylight/dsbenchmark/simpletx/SimpletxDomRead.java b/benchmark/dsbenchmark/src/main/java/org/opendaylight/dsbenchmark/simpletx/SimpletxDomRead.java index 0edccbf3af..f2b2799294 100644 --- a/benchmark/dsbenchmark/src/main/java/org/opendaylight/dsbenchmark/simpletx/SimpletxDomRead.java +++ b/benchmark/dsbenchmark/src/main/java/org/opendaylight/dsbenchmark/simpletx/SimpletxDomRead.java @@ -36,13 +36,13 @@ public class SimpletxDomRead extends DatastoreAbstractWriter { final int innerListElem, final long writesPerTx, final DataStore dataStore) { super(StartTestInput.Operation.DELETE, outerListElem, innerListElem, writesPerTx, dataStore); this.domDataBroker = domDataBroker; - LOG.info("Created simpleTxDomRead"); + LOG.debug("Created simpleTxDomRead"); } @Override public void createList() { - LOG.info("SimpletxDomRead: creating data in the data store"); + LOG.debug("SimpletxDomRead: creating data in the data store"); // Dump the whole list into the data store in a single transaction // with PUTs on the transaction SimpletxDomWrite dd = new SimpletxDomWrite(domDataBroker,