]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: haterm: Remove "(too old kernel)" from warning message during init
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 19 May 2026 14:45:59 +0000 (16:45 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 19 May 2026 15:50:50 +0000 (17:50 +0200)
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.

src/haterm.c

index d51d1bf4641541775a181299c3b6f159086989e3..f7d9ffae504cec1e5d053efe5d935427b64b05de 100644 (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