From 1b5e2f895a39925cfb6232c67758a0eb8beb4873 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Mon, 20 Aug 2018 09:18:15 -0400 Subject: lib: Convert sockunion.c to use flog_err Signed-off-by: Donald Sharp --- lib/lib_errors.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/lib_errors.c') diff --git a/lib/lib_errors.c b/lib/lib_errors.c index 73d1e8d543..c154484bdf 100644 --- a/lib/lib_errors.c +++ b/lib/lib_errors.c @@ -50,7 +50,7 @@ static struct log_ref ferr_lib_err[] = { .code = LIB_ERR_SOCKET, .title = "Socket Error", .description = "When attempting to access a socket a system error has occured and we were unable to properly complete the request", - .suggestion = "Ensure that there are sufficient system resources available and ensure that the frr user has sufficient permisions to work", + .suggestion = "Ensure that there are sufficient system resources available and ensure that the frr user has sufficient permisions to work. If necessary open an Issue", }, { .code = LIB_ERR_ZAPI_MISSMATCH, -- cgit v1.2.3