forked from j62/ctbrec
1
0
Fork 0

Log error, if sending tip failed

This commit is contained in:
0xboobface 2018-12-14 23:36:00 +01:00
parent bd719eac08
commit b83235a32f
1 changed files with 1 additions and 0 deletions

View File

@ -479,6 +479,7 @@ public class ThumbOverviewTab extends Tab implements TabSelectionListener {
event.put("amount", tokens);
EventBusHolder.BUS.post(event);
} catch (Exception e1) {
LOG.error("An error occured while sending tip", e1);
showError("Couldn't send tip", "An error occured while sending tip:", e1);
}
} else {