From: Vincent Bernat Date: Wed, 29 Feb 2012 23:16:16 +0000 (+0100) Subject: lldpd: add interface to message about unguessable frame type X-Git-Tag: 0.6.0~42 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ba5116b5f59d58e374b32a6756424b830dd6f3f9;p=thirdparty%2Flldpd.git lldpd: add interface to message about unguessable frame type --- diff --git a/src/lldpd.c b/src/lldpd.c index e1d603ae..ceb93994 100644 --- a/src/lldpd.c +++ b/src/lldpd.c @@ -415,7 +415,8 @@ lldpd_decode(struct lldpd *cfg, char *frame, int s, } } if (cfg->g_protocols[i].mode == 0) { - LLOG_INFO("unable to guess frame type"); + LLOG_INFO("unable to guess frame type on %s", + hardware->h_ifname); return; }