]> git.ipfire.org Git - thirdparty/lldpd.git/blobdiff - src/lldpd.c
lldpd: demote "unable to guess" to debug
[thirdparty/lldpd.git] / src / lldpd.c
index 702ef3f628209a5d187a2279b3ebe8e394b90f5c..1b75738a97c6f1883f2959c6cbdca7c70713b5dd 100644 (file)
@@ -461,7 +461,7 @@ lldpd_decode(struct lldpd *cfg, char *frame, int s,
                        }
        }
        if (cfg->g_protocols[i].mode == 0) {
-               LLOG_INFO("unable to guess frame type on %s",
+               LLOG_DEBUG("unable to guess frame type on %s",
                    hardware->h_ifname);
                return;
        }