diff options
| author | David Lamparter <equinox@diac24.net> | 2018-09-14 17:35:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-14 17:35:58 +0200 |
| commit | 2fa3198399df58b1b039f094ad03d7c1329a2a3d (patch) | |
| tree | 8bfb9ce491addede73950d9320bb075df0969339 /pimd/pim_errors.c | |
| parent | 00256d2dde484dea5b3b819affd46747f5faacc7 (diff) | |
| parent | 1c50c1c0d683ebfa53c1607c71b8d26547e8f218 (diff) | |
Merge pull request #3023 from qlyoung/ultimate-warning-reference-cards-rename
warning reference cards rename
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" |
