mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
951bd1ae54
Messages from libcryptsetup for logging level CRYPT_LOG_DEBUG do not include an EOL. Prior to libcryptsetup version 2.1 debug messages were not printed through the log callback, but using printf directly within libcryptsetup. Now they are also printed through the log callback, but without an EOL terminating the text. Signed-off-by: Ingo Franzki <ifranzki@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>