fs/nxffs/nxffs_pack.c: Fix a syslog format
This commit is contained in:
parent
660db6b248
commit
889c33277c
|
@ -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…
Reference in New Issue