More autodownload UI work etc

This commit is contained in:
Henrik Rydgard
2013-06-04 22:32:52 +02:00
parent 2f56f4b050
commit 74638ef4ae
5 changed files with 35 additions and 33 deletions
+1 -1
View File
@@ -164,7 +164,7 @@ ISOFileSystem::ISOFileSystem(IHandleAllocator *_hAlloc, BlockDevice *_blockDevic
if (!memcmp(desc.cd001, "CD001", 5))
{
INFO_LOG(FILESYS, "Looks like a valid ISO!");
DEBUG_LOG(FILESYS, "Looks like a valid ISO!");
}
else
{