Skip to content

Commit 308e37f

Browse files
committed
Logging.
1 parent d26574e commit 308e37f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

smb/src/main/java/ch/cyberduck/core/smb/SMBSession.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ public void login(final LoginCallback prompt, final CancelCallback cancel) throw
278278
}
279279
context = new AuthenticationContext(username, credentials.getPassword().toCharArray(), domain);
280280
}
281+
log.debug("Login with context {}", context);
281282
try {
282283
shares = new SMBRootListService(this, prompt, session = client.authenticate(context));
283284
}

0 commit comments

Comments
 (0)