criu/lib/pycriu
Andrii Herheliuk d25d829bde pycriu: prevent always appending "Unknown" to error messages
Regardless of the actual error message, "Unknown" was always appended
to the end of the string, resulting in messages like:
"DUMP failed: Error(3): No process with such pidUnknown".

Fixed by changing standalone if statements to else-if blocks so
"Unknown" is only added when no specific error condition matches.

Signed-off-by: Andrii Herheliuk <andrii@herheliuk.com>
2025-10-19 07:20:50 +01:00
..
images crit: add VMA_AREA_UPROBES flag 2025-10-06 21:31:49 -07:00
.gitignore lib: use separate packages for pycriu and crit 2023-11-27 16:47:16 -08:00
__init__.py lib: use separate packages for pycriu and crit 2023-11-27 16:47:16 -08:00
criu.py pycriu: prevent always appending "Unknown" to error messages 2025-10-19 07:20:50 +01:00
Makefile lib: use separate packages for pycriu and crit 2023-11-27 16:47:16 -08:00