summaryrefslogtreecommitdiffstats
path: root/ldpd/log.c
diff options
context:
space:
mode:
Diffstat (limited to 'ldpd/log.c')
-rw-r--r--ldpd/log.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ldpd/log.c b/ldpd/log.c
index 5ad8ca0ca..b30604db0 100644
--- a/ldpd/log.c
+++ b/ldpd/log.c
@@ -584,6 +584,8 @@ status_code_name(uint32_t status)
return ("Label Withdraw PW Status Method");
case S_UNSSUPORTDCAP:
return ("Unsupported Capability");
+ case S_ENDOFLIB:
+ return ("End-of-LIB");
case S_TRANS_MISMTCH:
return ("Transport Connection Mismatch");
case S_DS_NONCMPLNCE: