loader/fatfs: Fix tracing

This commit is contained in:
Alexander von Gluck IV 2015-03-28 17:36:53 -05:00
parent 115ac6bcae
commit 3f80e2801f

View File

@ -156,7 +156,7 @@ Volume::Volume(boot::Partition *partition)
return;
err1:
TRACE("fatfs: cannot mount (bad superblock ?)\n");
TRACE(("fatfs: cannot mount (bad superblock ?)\n"));
// XXX !? this triple-faults in QEMU ..
//delete fCachedBlock;
}