mirror of
https://github.com/haproxy/haproxy.git
synced 2026-05-28 04:12:17 -04:00
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:
parent
1279bd80e9
commit
6f6bf3fecc
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue