Lame debug output

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3322 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2003-02-22 01:54:03 +00:00
parent 94dea1e020
commit 490085aa7d

View file

@ -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;
}