From 75bab070cf30f04f863466fca7b057ddeaa43a1d Mon Sep 17 00:00:00 2001 From: Jamo Luhrsen Date: Wed, 7 Dec 2016 10:13:01 -0800 Subject: [PATCH 1/1] chaging trivial log from info to warn 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 --- .../org/opendaylight/dsbenchmark/simpletx/SimpletxDomRead.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 74f9d8e2a0..9624343f39 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 @@ -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); -- 2.36.6