summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/fs/fat/dir.c
diff options
context:
space:
mode:
Diffstat (limited to 'ANDROID_3.4.5/fs/fat/dir.c')
-rw-r--r--ANDROID_3.4.5/fs/fat/dir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ANDROID_3.4.5/fs/fat/dir.c b/ANDROID_3.4.5/fs/fat/dir.c
index 65e174bd..057df917 100644
--- a/ANDROID_3.4.5/fs/fat/dir.c
+++ b/ANDROID_3.4.5/fs/fat/dir.c
@@ -98,7 +98,7 @@ next:
*bh = sb_bread(sb, phys);
if (*bh == NULL) {
- fat_msg(sb, KERN_ERR, "Directory bread(block %llu) failed",
+ fat_msg(sb, KERN_DEBUG, "Directory bread(block %llu) failed",
(llu)phys);
/* skip this block */
*pos = (iblock + 1) << sb->s_blocksize_bits;