From f74ae2bb41bb235d256bf67064fa374362e61857 Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Thu, 13 Sep 2018 19:16:02 +0000 Subject: watchfrr: WATCHFRR_[ERR|WARN] -> EC_WATCHFRR Signed-off-by: Quentin Young --- watchfrr/watchfrr_errors.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'watchfrr/watchfrr_errors.c') 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" -- cgit v1.2.3