diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-08-20 15:13:23 +0200 |
---|---|---|
committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-09-06 22:50:58 +0200 |
commit | decbd9297911a89e0c0eba2b3dfd106bc4a62898 (patch) | |
tree | f6d2e99d9621dd2933bb9389aa71b94159ba3f8e /lib/lib_errors.c | |
parent | lib: Convert to errors some issues in buffer.c (diff) | |
download | frr-decbd9297911a89e0c0eba2b3dfd106bc4a62898.tar.xz frr-decbd9297911a89e0c0eba2b3dfd106bc4a62898.zip |
lib: Update zclient.c warn code
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'lib/lib_errors.c')
-rw-r--r-- | lib/lib_errors.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lib_errors.c b/lib/lib_errors.c index cf23c9c6d..73d1e8d54 100644 --- a/lib/lib_errors.c +++ b/lib/lib_errors.c @@ -62,7 +62,7 @@ static struct log_ref ferr_lib_err[] = { .code = LIB_ERR_ZAPI_ENCODE, .title = "ZAPI Error", .description = "The ZAPI subsystem has detected an encoding issue, between zebra and a client protocol", - .suggestion = "Restart FRR" + .suggestion = "Gather data and open an Issue, also Restart FRR" }, { .code = LIB_ERR_ZAPI_SOCKET, |