From c531be7c9475b3d6b6c35d2ee33ad5f8465bc960 Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Mon, 25 Feb 2019 16:57:13 +0000 Subject: ospfd: fix link MTU warning style Kernel style dictates that we do not break log messages across lines Signed-off-by: Quentin Young --- ospfd/ospf_packet.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ospfd/ospf_packet.c') 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; } -- cgit v1.2.3