add error code logging to unwrap command
This commit is contained in:
@@ -101,6 +101,7 @@ static int unwrap(
|
|||||||
if (status != EC3_SUCCESS) {
|
if (status != EC3_SUCCESS) {
|
||||||
b_err("I/O failure while reading from container",
|
b_err("I/O failure while reading from container",
|
||||||
in_path);
|
in_path);
|
||||||
|
b_i("error code: %s", ec3_status_to_string(status));
|
||||||
ret = -1;
|
ret = -1;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user