From ba5116b5f59d58e374b32a6756424b830dd6f3f9 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 1 Mar 2012 00:16:16 +0100 Subject: [PATCH] lldpd: add interface to message about unguessable frame type --- src/lldpd.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; } -- 2.39.5