mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-30 13:30:19 +00:00
In places where we have errno value set, such as after calling ptrace(), it makes sense to use pr_perror as it appends the errno string. This also fixes missing '\n' at the end (as pr_perror() adds it). In places where we keep using pr_err(), don't forget to have '\n'. Cc: Laurent Dufour <ldufour@linux.vnet.ibm.com> Signed-off-by: Kir Kolyshkin <kir@openvz.org> Reviewed-by: Laurent Dufour <ldufour@linux.vnet.ibm.com> Acked-by: Andrew Vagin <avagin@odin.com> Signed-off-by: Pavel Emelyanov <xemul@parallels.com> |
||
|---|---|---|
| .. | ||
| include/asm | ||
| cpu.c | ||
| crtools.c | ||
| Makefile | ||
| memcmp_64.S | ||
| memcpy_power7.S | ||
| misc.S | ||
| parasite-head.S | ||
| restorer.c | ||
| syscall-common-ppc64.S | ||
| syscall-ppc64.def | ||
| syscalls-ppc64.sh | ||
| vdso-pie.c | ||
| vdso-trampoline.S | ||