criu/lib/pycriu
Andrii Herheliuk d5c81f8108 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-11-05 15:41:34 -08:00
..
images crit: add VMA_AREA_UPROBES flag 2025-11-05 15:41:34 -08: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-11-05 15:41:34 -08:00
Makefile lib: use separate packages for pycriu and crit 2023-11-27 16:47:16 -08:00