summaryrefslogtreecommitdiff
path: root/watchfrr/watchfrr_errors.h
diff options
context:
space:
mode:
Diffstat (limited to 'watchfrr/watchfrr_errors.h')
-rw-r--r--watchfrr/watchfrr_errors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/watchfrr/watchfrr_errors.h b/watchfrr/watchfrr_errors.h
index 4652f950f4..93103b6551 100644
--- a/watchfrr/watchfrr_errors.h
+++ b/watchfrr/watchfrr_errors.h
@@ -24,7 +24,7 @@
#include "lib/ferr.h"
enum watchfrr_log_refs {
- WATCHFRR_ERR_CONNECTION = WATCHFRR_FERR_START,
+ EC_WATCHFRR_CONNECTION = WATCHFRR_FERR_START,
};
extern void watchfrr_error_init(void);