Lame debug output
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3322 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
94dea1e020
commit
490085aa7d
1 changed files with 1 additions and 1 deletions
|
@ -423,7 +423,7 @@ static int readwrite(int fd, void* buf, int count, bool write)
|
|||
rc = fat_readwrite(&(file->fatfile), 1,
|
||||
file->cache, false );
|
||||
if ( rc < 0 ) {
|
||||
DEBUGF("Failed reading\n");
|
||||
DEBUGF("Failed writing\n");
|
||||
errno = EIO;
|
||||
return -6;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue