summaryrefslogtreecommitdiff
path: root/lib/lib_errors.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2018-08-20 09:18:15 -0400
committerQuentin Young <qlyoung@cumulusnetworks.com>2018-09-06 20:50:58 +0000
commit1b5e2f895a39925cfb6232c67758a0eb8beb4873 (patch)
treecbb67344b1073a4d55394010a82c6a449377b10b /lib/lib_errors.c
parentdecbd9297911a89e0c0eba2b3dfd106bc4a62898 (diff)
lib: Convert sockunion.c to use flog_err
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'lib/lib_errors.c')
-rw-r--r--lib/lib_errors.c2
1 files changed, 1 insertions, 1 deletions
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,