diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-08-03 18:03:29 +0000 | 
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-08-14 20:02:05 +0000 | 
| commit | af4c27286d8eb3f347ff431a17a47a8d07cd8976 (patch) | |
| tree | caf5eae55c21f72baec4945cdb2cbc333d99f916 /bgpd/bgp_labelpool.c | |
| parent | fa8b3ca66abee50e57034ef594883011f302057b (diff) | |
*: rename zlog_fer -> flog_err
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'bgpd/bgp_labelpool.c')
| -rw-r--r-- | bgpd/bgp_labelpool.c | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/bgpd/bgp_labelpool.c b/bgpd/bgp_labelpool.c index dd3b8d5b8e..8d15649ea5 100644 --- a/bgpd/bgp_labelpool.c +++ b/bgpd/bgp_labelpool.c @@ -127,7 +127,7 @@ static wq_item_status lp_cbq_docallback(struct work_queue *wq, void *data)  	if (lcbq->label == MPLS_LABEL_NONE) {  		/* shouldn't happen */ -		zlog_ferr(BGP_ERR_LABEL, "%s: error: label==MPLS_LABEL_NONE", +		flog_err(BGP_ERR_LABEL, "%s: error: label==MPLS_LABEL_NONE",  			  __func__);  		return WQ_SUCCESS;  	} @@ -338,7 +338,7 @@ void bgp_lp_get(  		if (rc) {  			/* shouldn't happen */ -			zlog_ferr(BGP_ERR_LABEL, +			flog_err(BGP_ERR_LABEL,  				  "%s: can't insert new LCB into ledger list",  				  __func__);  			XFREE(MTYPE_BGP_LABEL_CB, lcb); @@ -427,7 +427,7 @@ void bgp_lp_event_chunk(uint8_t keep, uint32_t first, uint32_t last)  	struct lp_fifo *lf;  	if (last < first) { -		zlog_ferr(BGP_ERR_LABEL, +		flog_err(BGP_ERR_LABEL,  			  "%s: zebra label chunk invalid: first=%u, last=%u",  			  __func__, first, last);  		return;  | 
