Skip to content

Commit 051d8bb

Browse files
committed
Logging.
1 parent e4df0db commit 051d8bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hub/src/main/java/cloud/katta/protocols/hub/HubSession.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ public void login(final LoginCallback prompt, final CancelCallback cancel) throw
167167
vaults = new HubVaultListService(this, prompt).list(Home.root(), new DisabledListProgressListener());
168168
}
169169
finally {
170+
log.debug("Destroyed user keys {}", userKeys);
170171
// Short-lived
171172
userKeys.destroy();
172173
}

0 commit comments

Comments
 (0)