Ray Milkey

Being sent a null config is not an error

Change-Id: I032a06008668005cc44fcf24fde3e6dbd39943bd
......@@ -792,7 +792,7 @@ public class LldpLinkProvider extends AbstractProvider implements ProbedLinkProv
private synchronized void reconfigureSuppressionRules(SuppressionConfig cfg) {
if (cfg == null) {
log.error("Suppression Config is null.");
log.debug("Suppression Config is null.");
return;
}
......