Some more debug output.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5018 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2003-10-14 00:31:12 +00:00
parent 53bc5ce937
commit 603d81b967

View File

@ -41,8 +41,10 @@ Volume::Volume(boot::Partition *partition)
case DT_AMIGA_OFS:
printf("The Amiga OFS is not yet supported.\n");
return;
default:
// unsupported file system
printf("amiga_ffs: unsupported: %08lx\n", fType);
return;
}