mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-24 05:55:59 +03:00
Add more debug output.
This commit is contained in:
parent
dd52ac837e
commit
4a2677a539
1 changed files with 2 additions and 0 deletions
|
@ -142,10 +142,12 @@ static int _sftp_connect(const char *uri) {
|
|||
ssh_options_set_host(options, host);
|
||||
if (port) {
|
||||
ssh_options_set_port(options, port);
|
||||
DEBUG_SFTP(("csync_sftp - port set to: %d\n", port));
|
||||
}
|
||||
|
||||
if (user && *user) {
|
||||
ssh_options_set_username(options, user);
|
||||
DEBUG_SFTP(("csync_sftp - username set to: %s\n", user));
|
||||
}
|
||||
|
||||
/* connect to the server */
|
||||
|
|
Loading…
Reference in a new issue