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:
@@ -41,8 +41,10 @@ Volume::Volume(boot::Partition *partition)
|
|||||||
|
|
||||||
case DT_AMIGA_OFS:
|
case DT_AMIGA_OFS:
|
||||||
printf("The Amiga OFS is not yet supported.\n");
|
printf("The Amiga OFS is not yet supported.\n");
|
||||||
|
return;
|
||||||
default:
|
default:
|
||||||
// unsupported file system
|
// unsupported file system
|
||||||
|
printf("amiga_ffs: unsupported: %08lx\n", fType);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user