From 92365889d1f856f323af452bad76f54c15ccdf45 Mon Sep 17 00:00:00 2001 From: hasso Date: Tue, 18 Jan 2005 13:53:33 +0000 Subject: * *.c: Changed many functions to static. Some commented out functions and some tiny related fixes. No functional changes. --- isisd/isis_tlv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'isisd/isis_tlv.c') diff --git a/isisd/isis_tlv.c b/isisd/isis_tlv.c index d2e9f510..84f36c93 100644 --- a/isisd/isis_tlv.c +++ b/isisd/isis_tlv.c @@ -365,7 +365,7 @@ parse_tlvs (char *areatag, u_char * stream, int size, u_int32_t * expected, * +-------+-------+-------+-------+-------+-------+-------+-------+ */ #ifdef EXTREME_TLV_DEBUG - zlog_debug ("LSP Entries length %d", areatag, length); + zlog_debug ("ISIS-TLV (%s): LSP Entries length %d", areatag, length); #endif /* EXTREME_TLV_DEBUG */ *found |= TLVFLAG_LSP_ENTRIES; if (TLVFLAG_LSP_ENTRIES & *expected) -- cgit v1.2.1