summaryrefslogtreecommitdiff
path: root/nuttx/fs/nxffs/nxffs_cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/fs/nxffs/nxffs_cache.c')
-rw-r--r--nuttx/fs/nxffs/nxffs_cache.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/fs/nxffs/nxffs_cache.c b/nuttx/fs/nxffs/nxffs_cache.c
index 7f563820f..f97d94c70 100644
--- a/nuttx/fs/nxffs/nxffs_cache.c
+++ b/nuttx/fs/nxffs/nxffs_cache.c
@@ -102,8 +102,8 @@ int nxffs_rdcache(FAR struct nxffs_volume_s *volume, off_t block,
nxfrd = MTD_BREAD(volume->mtd, block, nblocks, volume->cache);
if (nxfrd != nblocks)
{
- fdbg("Read block %d-%d failed: %d\n",
- block, block + nblocks - 1, nxfrd);
+ fvdbg("Read block %d-%d failed: %d\n",
+ block, block + nblocks - 1, nxfrd);
return -EIO;
}