diff options
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, |