summaryrefslogtreecommitdiff
path: root/fs/fs_internal.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/fs_internal.c')
-rw-r--r--fs/fs_internal.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/fs_internal.c b/fs/fs_internal.c
index ae1cb8584c..111f91b355 100644
--- a/fs/fs_internal.c
+++ b/fs/fs_internal.c
@@ -29,8 +29,7 @@ int fs_devread(struct blk_desc *blk, struct disk_partition *partition,
/* Check partition boundaries */
if ((sector + ((byte_offset + byte_len - 1) >> log2blksz))
>= partition->size) {
- log_err("%s read outside partition " LBAFU "\n", __func__,
- sector);
+ log_debug("read outside partition " LBAFU "\n", sector);
return 0;
}