During initialization of the haterm master pipe, If its size is limited
(lower than the configured one * 5/4), a warning is emitted. In this
warning, it is specified this happened because the kernel is too old. But it
is unrelated. So let's remove this part.
master_pipesize = 0;
}
else
- ha_warning("Splicing in haterm is limited to %lu bytes (too old kernel)\n", (ulong)master_pipesize);
+ ha_warning("Splicing in haterm is limited to %lu bytes\n", (ulong)master_pipesize);
}
}
else