diff options
Diffstat (limited to 'babeld/babel_errors.c')
| -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 cb9a6052de..9fabdf28b5 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 Restart FRR" + .suggestion = "Find the process that is causing memory shortages, remediate that process and restart FRR" }, { .code = BABEL_ERR_PACKET, |
