Ver Fonte

We need to know what happened
[ci skip]

Sebastian Stenzel há 5 anos atrás
pai
commit
216f3620e1

+ 1 - 0
main/ui/src/main/java/org/cryptomator/ui/mainwindow/VaultDetailController.java

@@ -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);
 	}