Some additional debug output.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4956 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -117,9 +117,13 @@ apple_identify_partition(int fd, partition_data *partition, void **_cookie)
|
|||||||
|
|
||||||
descriptor = (apple_driver_descriptor *)buffer;
|
descriptor = (apple_driver_descriptor *)buffer;
|
||||||
|
|
||||||
|
TRACE(("apple: read first chunk (signature = %x)\n", descriptor->signature));
|
||||||
|
|
||||||
if (!descriptor->HasValidSignature())
|
if (!descriptor->HasValidSignature())
|
||||||
return B_ERROR;
|
return B_ERROR;
|
||||||
|
|
||||||
|
TRACE(("apple: valid partition descriptor!\n"));
|
||||||
|
|
||||||
// ToDo: Should probably call get_next_partition() once to know if there
|
// ToDo: Should probably call get_next_partition() once to know if there
|
||||||
// are any partitions on this disk
|
// are any partitions on this disk
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user