]> git.proxmox.com Git - mirror_frr.git/blobdiff - isisd/isis_dlpi.c
*: un-split strings across lines
[mirror_frr.git] / isisd / isis_dlpi.c
index 5c15d1d29df298a8c12f8d80ac9389a696655cc7..06fb41430c27db85b659635f1e7ed3518a4ac696 100644 (file)
@@ -566,8 +566,7 @@ int isis_send_pdu_bcast(struct isis_circuit *circuit, int level)
        buflen = stream_get_endp(circuit->snd_stream) + LLC_LEN;
        if ((size_t)buflen > sizeof(sock_buff)) {
                zlog_warn(
-                       "isis_send_pdu_bcast: sock_buff size %zu is less than "
-                       "output pdu size %d on circuit %s",
+                       "isis_send_pdu_bcast: sock_buff size %zu is less than output pdu size %d on circuit %s",
                        sizeof(sock_buff), buflen, circuit->interface->name);
                return ISIS_WARNING;
        }