Skip to content

Commit c3d28fd

Browse files
committed
Fix Nucleus log variable
1 parent a608f19 commit c3d28fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wolfsftp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2928,7 +2928,7 @@ static int wolfSSH_SFTPNAME_readdir(WOLFSSH* ssh, WDIR* dir, WS_SFTPNAME* out,
29282928

29292929
if (SFTP_GetAttributes(ssh->fs, s, &out->atrb, 0, ssh->ctx->heap)
29302930
!= WS_SUCCESS) {
2931-
WLOG(WS_LOG_SFTP, "Unable to get attribute values for %s", buf);
2931+
WLOG(WS_LOG_SFTP, "Unable to get attribute values for %s", s);
29322932
}
29332933
}
29342934

0 commit comments

Comments
 (0)