ntfs_mft_bitmap_find_free_rec: logging cleanup

master
szaka 2007-07-21 22:18:49 +00:00
parent 8636d42841
commit 75649971f9
1 changed files with 1 additions and 2 deletions

View File

@ -491,8 +491,7 @@ static int ntfs_mft_bitmap_find_free_rec(ntfs_volume *vol, ntfs_inode *base_ni)
size = ll;
ll = ntfs_attr_pread(mftbmp_na, ofs, size, buf);
if (ll < 0) {
ntfs_log_error("Failed to read mft bitmap "
"attribute, aborting.\n");
ntfs_log_error("Failed to read $MFT bitmap\n");
free(buf);
return -1;
}