mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 13:52:22 +08:00
fs/nxffs/nxffs_write.c: Fix a syslog format
This commit is contained in:
committed by
Xiang Xiao
parent
5bead4aa37
commit
45444edc16
@@ -882,8 +882,8 @@ int nxffs_wrverify(FAR struct nxffs_volume_s *volume, size_t size)
|
||||
* the block has uncorrectable bit errors.
|
||||
*/
|
||||
|
||||
ferr("ERROR: Failed to read block %d: %d\n",
|
||||
volume->ioblock, -ret);
|
||||
ferr("ERROR: Failed to read block %jd: %d\n",
|
||||
(intmax_t)volume->ioblock, -ret);
|
||||
}
|
||||
|
||||
/* Search to the very end of this block if we have to */
|
||||
|
||||
Reference in New Issue
Block a user