mirror of
https://github.com/containers/podman.git
synced 2025-09-18 07:51:22 +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>