diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-06-20 19:00:43 +0000 | 
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-08-14 20:02:05 +0000 | 
| commit | 164ffab25150556325b62666a082d1fe76dfa45e (patch) | |
| tree | 7ffb2db4f91feb58595eeb07dc2f0818b6e48066 /babeld | |
| parent | ed8841d3fb5af79fae6786d93ebbbff681d4d6bf (diff) | |
*: 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 ec0ff5192a..cb9a6052de 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,  | 
