Skip to content

Commit c4900ec

Browse files
committed
Logging.
1 parent f5e4703 commit c4900ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/main/java/ch/cyberduck/core/Session.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ public void interrupt() throws BackgroundException {
201201
}
202202

203203
protected void logout() throws BackgroundException {
204+
log.debug("Reset credentials for {}", host);
204205
host.getCredentials().reset();
205206
}
206207

0 commit comments

Comments
 (0)