chaging trivial log from info to warn
[controller.git] / benchmark / dsbenchmark / src / main / java / org / opendaylight / dsbenchmark / simpletx / SimpletxDomRead.java
index 74f9d8e2a015e3ca6635b678a617e3e34bf95011..9624343f398ea7ee5ffee28cd48309897080e467 100644 (file)
@@ -79,7 +79,7 @@ public class SimpletxDomRead extends DatastoreAbstractWriter {
                     txOk++;
                 } else {
                     txError++;
                     txOk++;
                 } else {
                     txError++;
-                    LOG.info("In the else part");
+                    LOG.warn("optionalDataObject is either null or .isPresent is false");
                 }
             } catch (ReadFailedException e) {
                 LOG.warn("failed to ....", e);
                 }
             } catch (ReadFailedException e) {
                 LOG.warn("failed to ....", e);