mirror of
https://github.com/apache/nuttx.git
synced 2026-08-05 06:10:27 +00:00
fs/nxffs/nxffs_pack.c: Fix a syslog format
This commit is contained in:
parent
660db6b248
commit
889c33277c
1 changed files with 1 additions and 1 deletions
|
|
@ -709,7 +709,7 @@ static int nxffs_wrinodehdr(FAR struct nxffs_volume_s *volume,
|
|||
ret = nxffs_updateinode(volume, &pack->dest.entry);
|
||||
if (ret < 0)
|
||||
{
|
||||
ferr("ERROR: Failed to update inode info: %s\n", -ret);
|
||||
ferr("ERROR: Failed to update inode info: %d\n", -ret);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue