mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 11:26:12 +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.
|
* the block has uncorrectable bit errors.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
ferr("ERROR: Failed to read block %d: %d\n",
|
ferr("ERROR: Failed to read block %jd: %d\n",
|
||||||
volume->ioblock, -ret);
|
(intmax_t)volume->ioblock, -ret);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Search to the very end of this block if we have to */
|
/* Search to the very end of this block if we have to */
|
||||||
|
|||||||
Reference in New Issue
Block a user