mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
netutils/ftpc/ftpc_getfile.c: Fix a syslog format
This commit is contained in:
parent
f83caca9ac
commit
7b3ccfa9da
1 changed files with 1 additions and 1 deletions
|
|
@ -265,7 +265,7 @@ int ftpc_getfile(SESSION handle, FAR const char *rname,
|
|||
abslpath = ftpc_abslpath(session, lname);
|
||||
if (!abslpath)
|
||||
{
|
||||
nwarn("WARNING: ftpc_abslpath(%s) failed: %d\n", errno);
|
||||
nwarn("WARNING: ftpc_abslpath(%s) failed: %d\n", lname, errno);
|
||||
goto errout;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue