mirror of https://github.com/wolfSSL/wolfssh.git
add debug print out
parent
4ecdb666ce
commit
62eafadf01
|
@ -1424,6 +1424,7 @@ THREAD_RETURN WOLFSSH_THREAD sftpclient_test(void* args)
|
||||||
ret = wolfSSH_get_error(ssh);
|
ret = wolfSSH_get_error(ssh);
|
||||||
} while (ret == WS_WANT_READ || ret == WS_WANT_WRITE);
|
} while (ret == WS_WANT_READ || ret == WS_WANT_WRITE);
|
||||||
if (n == NULL) {
|
if (n == NULL) {
|
||||||
|
printf("Error [%d] when getting real path\n", ret);
|
||||||
err_sys("Unable to get real path for working directory");
|
err_sys("Unable to get real path for working directory");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue