Reduce logging in QuarantinedMonitorActor
[controller.git] / opendaylight / md-sal / sal-clustering-commons / src / main / java / org / opendaylight / controller / cluster / common / actor / QuarantinedMonitorActor.java
index 9d79e0f5e15114f299af815ba45cd11d14b62d90..8e2693e900dea8f2d0fa7bc1750eef126667d213 100644 (file)
@@ -70,7 +70,7 @@ public class QuarantinedMonitorActor extends UntypedActor {
                     LOG.debug("received AssociationErrorEvent, cause: InvalidAssociation", cause2);
                 }
             } else {
-                LOG.warn("received AssociationErrorEvent", cause);
+                LOG.debug("received AssociationErrorEvent", cause);
             }
         }
     }