mirror of
https://github.com/containers/podman.git
synced 2025-12-01 02:27:13 +08:00
When we read logs there can be full or partial lines, when it is full we need to append a newline, thus the message length must be incremented by one. Fixes #16856 Signed-off-by: Paul Holzinger <pholzing@redhat.com>