Ooops, didnt mean to leave that uncommented :)

This commit is contained in:
TMaul 2012-12-17 20:28:50 +00:00
parent 458ed7f421
commit 0ae55ae65c

View File

@ -210,7 +210,7 @@ nextblock:
e->isBlockSectorMode = false;
// Let's not excessively spam the log - I commented this line out.
DEBUG_LOG(FILESYS, "%s: %s %08x %08x %i", e->isDirectory?"D":"F", name, dir.firstDataSectorLE, e->startingPosition, e->startingPosition);
//DEBUG_LOG(FILESYS, "%s: %s %08x %08x %i", e->isDirectory?"D":"F", name, dir.firstDataSectorLE, e->startingPosition, e->startingPosition);
if (e->isDirectory && !relative)
{