diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-12-05 01:10:42 +0100 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-12-05 01:10:42 +0100 |
| commit | 2acfe7e10cff427998049d58df11830b4bbe1c9e (patch) | |
| tree | 0f8d346476b5fac4d4ade2e2dde0246c276b0d47 /fs/ext2.c | |
| parent | 233289b9abfa3ca8e96f8f89dbb87f9040858afc (diff) | |
plauing around
Diffstat (limited to 'fs/ext2.c')
| -rw-r--r-- | fs/ext2.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); } |
