CLEANUP: haterm: Remove "(too old kernel)" from warning message during init

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.
This commit is contained in:
Christopher Faulet 2026-05-19 16:45:59 +02:00
parent 1279bd80e9
commit 6f6bf3fecc

View file

@ -1268,7 +1268,7 @@ static void hstream_init_splicing(void)
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