diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-08-20 09:13:23 -0400 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-09-06 20:50:58 +0000 |
| commit | decbd9297911a89e0c0eba2b3dfd106bc4a62898 (patch) | |
| tree | f6d2e99d9621dd2933bb9389aa71b94159ba3f8e /lib/lib_errors.c | |
| parent | 29c7044c633511f260928f83798e1ed17877e407 (diff) | |
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 cf23c9c6dd..73d1e8d543 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, |
