summaryrefslogtreecommitdiff
path: root/nhrpd/nhrp_errors.h
diff options
context:
space:
mode:
Diffstat (limited to 'nhrpd/nhrp_errors.h')
-rw-r--r--nhrpd/nhrp_errors.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nhrpd/nhrp_errors.h b/nhrpd/nhrp_errors.h
index c9e947eb2a..593714786a 100644
--- a/nhrpd/nhrp_errors.h
+++ b/nhrpd/nhrp_errors.h
@@ -24,8 +24,8 @@
#include "lib/ferr.h"
enum nhrp_log_refs {
- NHRP_ERR_SWAN = NHRP_FERR_START,
- NHRP_ERR_RESOLVER,
+ EC_NHRP_SWAN = NHRP_FERR_START,
+ EC_NHRP_RESOLVER,
};
extern void nhrp_error_init(void);