diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-02-25 16:57:13 +0000 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-02-25 16:59:31 +0000 |
| commit | c531be7c9475b3d6b6c35d2ee33ad5f8465bc960 (patch) | |
| tree | 7864797583687712e2fc55560d2920b60a93cf96 /ospfd/ospf_errors.c | |
| parent | 5a80b8c7c254b9955e357555ebd929ab9bc123ef (diff) | |
ospfd: fix link MTU warning style
Kernel style dictates that we do not break log messages across lines
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'ospfd/ospf_errors.c')
| -rw-r--r-- | ospfd/ospf_errors.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/ospfd/ospf_errors.c b/ospfd/ospf_errors.c index b912a80692..dd02160195 100644 --- a/ospfd/ospf_errors.c +++ b/ospfd/ospf_errors.c @@ -172,11 +172,8 @@ static struct log_ref ferr_ospf_err[] = { { .code = EC_OSPF_LARGE_HELLO, .title = "OSPF Encountered a Large Hello", - .description = "OSPF attempted to send a Hello larger than MTU " - "but did not", - .suggestion = "Too many neighbors configured on a single interface." - " Suggestion is to decrease the number of neighbors on" - " a single interface/subnet" + .description = "OSPF attempted to send a Hello larger than MTU but did not", + .suggestion = "Too many neighbors configured on a single interface. Suggestion is to decrease the number of neighbors on a single interface/subnet" }, { .code = END_FERR, |
