mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 10:32:47 +08:00
fs/nxffs/nxffs_pack.c: Fix a syslog format
This commit is contained in:
committed by
Xiang Xiao
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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user