summaryrefslogtreecommitdiff
path: root/isisd/isis_errors.h
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2018-09-13 19:12:08 +0000
committerQuentin Young <qlyoung@cumulusnetworks.com>2018-09-13 19:12:08 +0000
commit1a7ecb9630a0334ad02272ed41f73bc80d298763 (patch)
tree735ab95cb5ad17a66d13237c48b133e02edcfd4c /isisd/isis_errors.h
parentf0132ab5a76ccd04398c413635699d08b8e24a75 (diff)
isisd: ISIS_[ERR|WARN] -> EC_ISIS
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'isisd/isis_errors.h')
-rw-r--r--isisd/isis_errors.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/isisd/isis_errors.h b/isisd/isis_errors.h
index f738254a30..0732737607 100644
--- a/isisd/isis_errors.h
+++ b/isisd/isis_errors.h
@@ -24,8 +24,8 @@
#include "lib/ferr.h"
enum isis_log_refs {
- ISIS_ERR_PACKET = ISIS_FERR_START,
- ISIS_ERR_CONFIG,
+ EC_ISIS_PACKET = ISIS_FERR_START,
+ EC_ISIS_CONFIG,
};
extern void isis_error_init(void);