forked from j62/ctbrec
Log error, if sending tip failed
This commit is contained in:
parent
bd719eac08
commit
b83235a32f
|
@ -479,6 +479,7 @@ public class ThumbOverviewTab extends Tab implements TabSelectionListener {
|
||||||
event.put("amount", tokens);
|
event.put("amount", tokens);
|
||||||
EventBusHolder.BUS.post(event);
|
EventBusHolder.BUS.post(event);
|
||||||
} catch (Exception e1) {
|
} catch (Exception e1) {
|
||||||
|
LOG.error("An error occured while sending tip", e1);
|
||||||
showError("Couldn't send tip", "An error occured while sending tip:", e1);
|
showError("Couldn't send tip", "An error occured while sending tip:", e1);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue