Skip to content

Commit 62eafad

Browse files
add debug print out
1 parent 4ecdb66 commit 62eafad

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

examples/sftpclient/sftpclient.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1424,6 +1424,7 @@ THREAD_RETURN WOLFSSH_THREAD sftpclient_test(void* args)
14241424
ret = wolfSSH_get_error(ssh);
14251425
} while (ret == WS_WANT_READ || ret == WS_WANT_WRITE);
14261426
if (n == NULL) {
1427+
printf("Error [%d] when getting real path\n", ret);
14271428
err_sys("Unable to get real path for working directory");
14281429
}
14291430

0 commit comments

Comments
 (0)