mirror of
https://github.com/containers/podman.git
synced 2025-11-30 18:18:18 +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>