bot more verbose debug

edge.strict_endians
yura 2006-11-25 14:28:47 +00:00
parent 18c8f75c7b
commit 668780d84d
1 changed files with 3 additions and 1 deletions

View File

@ -456,7 +456,9 @@ int ntfs_inode_attach_all_extents(ntfs_inode *ni)
if (!ntfs_extent_inode_open(ni,
MREF_LE(ale->mft_reference))) {
ntfs_log_trace("Couldn't attach extent "
"inode.\n");
"inode (attr type 0x%x "
"references to it).\n",
le32_to_cpu(ale->type));
return -1;
}
prev_attached = MREF_LE(ale->mft_reference);