summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-12-05 01:10:42 +0100
committerMichal Idziorek <m.i@gmx.at>2014-12-05 01:10:42 +0100
commit2acfe7e10cff427998049d58df11830b4bbe1c9e (patch)
tree0f8d346476b5fac4d4ade2e2dde0246c276b0d47 /fs
parent233289b9abfa3ca8e96f8f89dbb87f9040858afc (diff)
plauing around
Diffstat (limited to 'fs')
-rw-r--r--fs/ext2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ext2.c b/fs/ext2.c
index 49b6f17..4a41a24 100644
--- a/fs/ext2.c
+++ b/fs/ext2.c
@@ -232,7 +232,7 @@ int ext2_inode_content(char *ram,int inode_nr,uint8_t *ramdest,int max)
}
else
{
- panic(FOOLOS_MODULE_NAME,"Triplu Indirect Block Pointers not supported yet, file is too big to load, sorry!");
+ panic(FOOLOS_MODULE_NAME,"Triple Indirect Block Pointers not supported yet, file is too big to load, sorry!");
}
@@ -242,7 +242,7 @@ int ext2_inode_content(char *ram,int inode_nr,uint8_t *ramdest,int max)
}
- log(FOOLOS_MODULE_NAME,FOOLOS_LOG_DEBUG,"Fool Check Sum: 0x%08X for %d bytes",sum,count);
+ log(FOOLOS_MODULE_NAME,FOOLOS_LOG_INFO,"Fool Check Sum: 0x%08X for %d bytes",sum,count);
}