diff --git a/src/unwrap.c b/src/unwrap.c index 797d0cc..56185c5 100644 --- a/src/unwrap.c +++ b/src/unwrap.c @@ -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; }