add error code logging to unwrap command

This commit is contained in:
2025-02-24 15:55:46 +00:00
parent 4808a8abe7
commit 765945c9b7

View File

@@ -101,6 +101,7 @@ static int unwrap(
if (status != EC3_SUCCESS) {
b_err("I/O failure while reading from container",
in_path);
b_i("error code: %s", ec3_status_to_string(status));
ret = -1;
break;
}