chaging trivial log from info to warn 00/49100/2
authorJamo Luhrsen <jluhrsen@redhat.com>
Wed, 7 Dec 2016 18:13:01 +0000 (10:13 -0800)
committerTom Pantelis <tpanteli@brocade.com>
Thu, 15 Dec 2016 12:25:44 +0000 (12:25 +0000)
this log message is given a lot in the dsbenchmark test and doesn't really
help, as far as I can tell.  So, I changed it to warn and hopefully made it
a little more descriptive.

Change-Id: I784f5ca12eebd531b541868b2af9b6aff08a0737
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
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++;
-                    LOG.info("In the else part");
+                    LOG.warn("optionalDataObject is either null or .isPresent is false");
                 }
             } catch (ReadFailedException e) {
                 LOG.warn("failed to ....", e);