summaryrefslogtreecommitdiff
path: root/watchfrr/watchfrr_errors.c
diff options
context:
space:
mode:
Diffstat (limited to 'watchfrr/watchfrr_errors.c')
-rw-r--r--watchfrr/watchfrr_errors.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/watchfrr/watchfrr_errors.c b/watchfrr/watchfrr_errors.c
index 662e7f654d..c720b65099 100644
--- a/watchfrr/watchfrr_errors.c
+++ b/watchfrr/watchfrr_errors.c
@@ -26,7 +26,7 @@
/* clang-format off */
static struct log_ref ferr_watchfrr_err[] = {
{
- .code = WATCHFRR_ERR_CONNECTION,
+ .code = EC_WATCHFRR_CONNECTION,
.title = "WATCHFRR Connection Error",
.description = "WATCHFRR has detected a connectivity issue with one of the FRR daemons",
.suggestion = "Ensure that FRR is still running and if not please open an Issue"