summaryrefslogtreecommitdiff
path: root/pimd/pim_errors.h
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2018-09-14 17:35:58 +0200
committerGitHub <noreply@github.com>2018-09-14 17:35:58 +0200
commit2fa3198399df58b1b039f094ad03d7c1329a2a3d (patch)
tree8bfb9ce491addede73950d9320bb075df0969339 /pimd/pim_errors.h
parent00256d2dde484dea5b3b819affd46747f5faacc7 (diff)
parent1c50c1c0d683ebfa53c1607c71b8d26547e8f218 (diff)
Merge pull request #3023 from qlyoung/ultimate-warning-reference-cards-rename
warning reference cards rename
Diffstat (limited to 'pimd/pim_errors.h')
-rw-r--r--pimd/pim_errors.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pimd/pim_errors.h b/pimd/pim_errors.h
index ad9c95a93d..d73caa3f8f 100644
--- a/pimd/pim_errors.h
+++ b/pimd/pim_errors.h
@@ -24,8 +24,8 @@
#include "lib/ferr.h"
enum pim_log_refs {
- PIM_ERR_MSDP_PACKET = PIM_FERR_START,
- PIM_ERR_CONFIG,
+ EC_PIM_MSDP_PACKET = PIM_FERR_START,
+ EC_PIM_CONFIG,
};
extern void pim_error_init(void);