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_errors.c | |
| parent | 1a7ecb9630a0334ad02272ed41f73bc80d298763 (diff) | |
pimd: PIM_[ERR|WARN] -> EC_PIM
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_errors.c')
| -rw-r--r-- | pimd/pim_errors.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/pimd/pim_errors.c b/pimd/pim_errors.c index d154752bdc..0674a4e994 100644 --- a/pimd/pim_errors.c +++ b/pimd/pim_errors.c @@ -26,13 +26,13 @@  /* clang-format off */  static struct log_ref ferr_pim_err[] = {  	{ -		.code = PIM_ERR_MSDP_PACKET, +		.code = EC_PIM_MSDP_PACKET,  		.title = "PIM MSDP Packet Error",  		.description = "PIM has received a packet from a peer that does not correctly decode",  		.suggestion = "Check MSDP peer and ensure it is correctly working"  	},  	{ -		.code = PIM_ERR_CONFIG, +		.code = EC_PIM_CONFIG,  		.title = "PIM Configuration Error",  		.description = "PIM has detected a configuration error",  		.suggestion = "Ensure the configuration is correct and apply correct configuration"  | 
