diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-09-13 19:12:58 +0000 | 
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-09-13 19:12:58 +0000 | 
| commit | 298004a1396b23aa934708b12e27deff50e4d209 (patch) | |
| tree | d73c1cdab41c9fc77c0e29c4ebb9901e002cc9f1 /pimd/pim_pim.c | |
| parent | 1a7ecb9630a0334ad02272ed41f73bc80d298763 (diff) | |
pimd: PIM_[ERR|WARN] -> EC_PIM
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_pim.c')
| -rw-r--r-- | pimd/pim_pim.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_pim.c b/pimd/pim_pim.c index cf078064d8..c5410eef2a 100644 --- a/pimd/pim_pim.c +++ b/pimd/pim_pim.c @@ -116,7 +116,7 @@ void pim_sock_delete(struct interface *ifp, const char *delete_message)  		  delete_message);  	if (!ifp->info) { -		flog_err(PIM_ERR_CONFIG, +		flog_err(EC_PIM_CONFIG,  			  "%s: %s: but PIM not enabled on interface %s (!)",  			  __PRETTY_FUNCTION__, delete_message, ifp->name);  		return;  | 
