Logged the outcome of making $TXF_DATA resident

PERMISSION_HANDLING_BRANCH
jpandre 2010-01-16 09:26:01 +00:00
parent da39179421
commit 6f72ec189d
1 changed files with 4 additions and 0 deletions

View File

@ -811,6 +811,10 @@ static int fix_txf_data(ntfs_volume *vol)
res = -1;
free(txf_data);
}
if (res)
ntfs_log_error("Failed to make $TXF_DATA resident\n");
else
ntfs_log_error("$TXF_DATA made resident\n");
}
ntfs_attr_close(na);
}