Fix a debug printf.

(Logical change 1.268)
edge.strict_endians
cantab.net!aia21 2004-01-21 12:30:18 +00:00
parent 2e726fff11
commit 6c7b8a6ef6
1 changed files with 2 additions and 2 deletions

View File

@ -290,8 +290,8 @@ ntfs_inode *ntfs_extent_inode_open(ntfs_inode *base_ni, const MFT_REF mref)
errno = EINVAL;
return NULL;
}
Dprintf("Opening extent inode %llu (base mft record 0x%llu).\n",
(unsigned long long)mft_no,
Dprintf("%s(): Opening extent inode 0x%llx (base mft record 0x%llx).\n",
__FUNCTION__, (unsigned long long)mft_no,
(unsigned long long)base_ni->mft_no);
/* Is the extent inode already open and attached to the base inode? */
if (base_ni->nr_extents > 0) {