Reduce unnecessary logging when loading isos, and update native

This commit is contained in:
Henrik Rydgard
2013-07-10 21:59:43 +02:00
parent 4c913c097e
commit 3022a026a1
3 changed files with 4 additions and 9 deletions
+1 -6
View File
@@ -164,12 +164,7 @@ ISOFileSystem::ISOFileSystem(IHandleAllocator *_hAlloc, BlockDevice *_blockDevic
entireISO.flags = 0;
entireISO.parent = NULL;
if (!memcmp(desc.cd001, "CD001", 5))
{
DEBUG_LOG(FILESYS, "Looks like a valid ISO!");
}
else
{
if (memcmp(desc.cd001, "CD001", 5)) {
ERROR_LOG(FILESYS, "ISO looks bogus? trying anyway...");
}