More detailed S3DataSegmentKiller error messages

This commit is contained in:
Charles Allen 2015-07-27 13:36:52 -07:00
parent fe7818ddd2
commit c492d4448d
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ public class S3DataSegmentKiller implements DataSegmentKiller
} }
} }
catch (ServiceException e) { catch (ServiceException e) {
throw new SegmentLoadingException(e, "Couldn't kill segment[%s]", segment.getIdentifier()); throw new SegmentLoadingException(e, "Couldn't kill segment[%s]: [%s]", segment.getIdentifier(), e);
} }
} }
} }