We need to know what happened

[ci skip]
This commit is contained in:
Sebastian Stenzel
2019-09-05 09:38:47 +02:00
parent ae97e42d11
commit 216f3620e1

View File

@@ -72,6 +72,7 @@ public class VaultDetailController implements FxController {
v.setState(VaultState.LOCKED);
}).onError(Exception.class, e -> {
v.setState(VaultState.UNLOCKED);
LOG.error("Regular unmount failed.", e);
// TODO
}).runOnce(executor);
}