add debug print out

JacobBarthelmeh 2025-06-13 16:22:05 -06:00
parent 4ecdb666ce
commit 62eafadf01
1 changed files with 1 additions and 0 deletions

View File

@ -1424,6 +1424,7 @@ THREAD_RETURN WOLFSSH_THREAD sftpclient_test(void* args)
ret = wolfSSH_get_error(ssh);
} while (ret == WS_WANT_READ || ret == WS_WANT_WRITE);
if (n == NULL) {
printf("Error [%d] when getting real path\n", ret);
err_sys("Unable to get real path for working directory");
}