Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Commit

Permalink
Log pledge upload errors, don't just report via GUI.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehearn committed Dec 2, 2014
1 parent bfd084c commit 5a6e18a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ protected Void call() throws Exception {
GuiUtils.informationalAlert("Upload failed", "%s. This probably indicates either a problem with " +
"your internet connection or a configuration issue with the server. You could try again later.",
Throwables.getRootCause(e).getLocalizedMessage());
log.error("Upload error", e);
throw e;
}
}
Expand Down

0 comments on commit 5a6e18a

Please sign in to comment.