diff --git a/libntfs-3g/mft.c b/libntfs-3g/mft.c index 33698cad..beb3343f 100644 --- a/libntfs-3g/mft.c +++ b/libntfs-3g/mft.c @@ -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; }