criu/lib
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
..
c lib: do not set protobuf has_* field too early 2025-01-28 10:45:22 -08:00
pycriu pycriu: prevent always appending "Unknown" to error messages 2025-10-19 07:20:50 +01:00
.gitignore lib: use separate packages for pycriu and crit 2023-11-27 16:47:16 -08:00
Makefile make: improve check for externally managed Python 2024-09-11 16:02:11 -07:00
pyproject.toml pycriu: add missing protobuf dependency 2025-10-19 07:18:29 +01:00
setup.cfg pycriu: add missing protobuf dependency 2025-10-19 07:18:29 +01:00
setup.py lib: use separate packages for pycriu and crit 2023-11-27 16:47:16 -08:00