mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
zdump: add missing newlines for log messages
Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com> Reviewed-by: Steffen Eiden <seiden@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
committed by
Jan Höppner
parent
1911cba130
commit
8a1db94d37
+3
-2
@@ -172,7 +172,7 @@ static int pt_notes_add(const struct zg_fh *fh, const Elf64_Phdr *phdr, const un
|
||||
dfi_cpu_add(g_steal_pointer(&cpu_current));
|
||||
break;
|
||||
default:
|
||||
util_log_print(UTIL_LOG_WARN, _("Unknown ELF-Note %#x"), note.n_type);
|
||||
util_log_print(UTIL_LOG_WARN, _("Unknown ELF-Note %#x\n"), note.n_type);
|
||||
__attribute__((fallthrough));
|
||||
case NT_PRSTATUS:
|
||||
case NT_FPREGSET:
|
||||
@@ -322,7 +322,8 @@ static int dfi_pv_elf_init(void)
|
||||
}
|
||||
break;
|
||||
default:
|
||||
util_log_print(UTIL_LOG_WARN, _("Unknown ELF-PHDR type %#x"), phdr->p_type);
|
||||
util_log_print(UTIL_LOG_WARN, _("Unknown ELF-PHDR type %#x\n"),
|
||||
phdr->p_type);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user