Move mac filter delete info msg to debug and add error
to the multicast address add/delete failure msg.
Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com>
Signed-off-by: Sam Tannous <stannous@cumulusnetworks.com>
cfg->g_protocols[i].mac, !remove)) != 0) {
errno = rc;
if (errno != ENOENT)
- log_info("interfaces",
- "unable to %s %s address to multicast filter for %s",
+ log_debug("interfaces",
+ "unable to %s %s address to multicast filter for %s (%s)",
(remove)?"delete":"add",
cfg->g_protocols[i].name,
- name);
+ name, strerror(rc));
}
}
}