From 2b84a521e7140545f11c656dd75dab7a3b296b85 Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Thu, 13 Sep 2018 18:59:07 +0000 Subject: nhrpd: NHRP_[ERR|WARN] -> EC_NHRP Signed-off-by: Quentin Young --- nhrpd/nhrp_errors.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nhrpd/nhrp_errors.c') diff --git a/nhrpd/nhrp_errors.c b/nhrpd/nhrp_errors.c index c557ba8a6..4c4f55be9 100644 --- a/nhrpd/nhrp_errors.c +++ b/nhrpd/nhrp_errors.c @@ -26,13 +26,13 @@ /* clang-format off */ static struct log_ref ferr_nhrp_err[] = { { - .code = NHRP_ERR_SWAN, + .code = EC_NHRP_SWAN, .title = "NHRP Strong Swan Error", .description = "NHRP has detected a error with the Strongswan code", .suggestion = "Ensure that StrongSwan is configured correctly. Restart StrongSwan and FRR" }, { - .code = NHRP_ERR_RESOLVER, + .code = EC_NHRP_RESOLVER, .title = "NHRP DNS Resolution", .description = "NHRP has detected an error in an attempt to resolve a hostname", .suggestion = "Ensure that DNS is working properly and the hostname is configured in dns. If you are still seeing this error, open an issue" -- cgit v1.2.3