summaryrefslogtreecommitdiff
path: root/isisd/isis_tlv.c
diff options
context:
space:
mode:
authorhasso <hasso>2005-01-18 13:53:33 +0000
committerhasso <hasso>2005-01-18 13:53:33 +0000
commit92365889d1f856f323af452bad76f54c15ccdf45 (patch)
treeb2f01cd133b1f185d5d3e3c7f088310ff9aff621 /isisd/isis_tlv.c
parent6f2c27af2189794187e4c30ee70fcb9cc6cb1a3b (diff)
* *.c: Changed many functions to static. Some commented out
functions and some tiny related fixes. No functional changes.
Diffstat (limited to 'isisd/isis_tlv.c')
-rw-r--r--isisd/isis_tlv.c2
1 files changed, 1 insertions, 1 deletions
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)