diff options
author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-06-20 21:00:43 +0200 |
---|---|---|
committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-08-14 22:02:05 +0200 |
commit | 164ffab25150556325b62666a082d1fe76dfa45e (patch) | |
tree | 7ffb2db4f91feb58595eeb07dc2f0818b6e48066 /babeld | |
parent | lib: add 'show error all json' (diff) | |
download | frr-164ffab25150556325b62666a082d1fe76dfa45e.tar.xz frr-164ffab25150556325b62666a082d1fe76dfa45e.zip |
*: remove \n from error code texts
Should be handled by pager
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'babeld')
-rw-r--r-- | babeld/babel_errors.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/babeld/babel_errors.c b/babeld/babel_errors.c index ec0ff5192..cb9a6052d 100644 --- a/babeld/babel_errors.c +++ b/babeld/babel_errors.c @@ -29,7 +29,7 @@ static struct ferr_ref ferr_babel_err[] = { .code = BABEL_ERR_MEMORY, .title = "BABEL Memory Errors", .description = "Babel has failed to allocate memory, the system is about to run out of memory", - .suggestion = "Find the process that is causing memory shortages and remediate that process\nRestart FRR" + .suggestion = "Find the process that is causing memory shortages and remediate that process Restart FRR" }, { .code = BABEL_ERR_PACKET, |