more useful compact flash failure diagnostic printing

This commit is contained in:
zeromus 2010-09-03 11:32:15 +00:00
parent ca6054c6d1
commit b1891e35a9
1 changed files with 2 additions and 1 deletions

View File

@ -647,8 +647,9 @@ static BOOL cflash_init()
file = new EMUFILE_FILE(sFlashPath.c_str(),"rb+");
if(file->fail())
{
CFLASHLOG("Failed to open file %s\n", sFlashPath.c_str());
INFO("Failed to open file %s\n", sFlashPath.c_str());
delete file;
file = NULL;
}
}