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_packet.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_packet.c')
| -rw-r--r-- | ospfd/ospf_packet.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ospfd/ospf_packet.c b/ospfd/ospf_packet.c index ecc55c2ee5..b3c91b9006 100644 --- a/ospfd/ospf_packet.c +++ b/ospfd/ospf_packet.c @@ -3326,8 +3326,7 @@ static int ospf_make_hello(struct ospf_interface *oi, struct stream *s) > ospf_packet_max(oi)) { flog_err( EC_OSPF_LARGE_HELLO, - "Oversized Hello packet!" - " Larger than MTU. Not sending it out"); + "Oversized Hello packet! Larger than MTU. Not sending it out"); return 0; } |
