Downgraded an error message

PERMISSION_HANDLING_BRANCH
jpandre 2009-11-25 14:22:28 +00:00
parent 37c3740aff
commit a69136d90b
1 changed files with 1 additions and 1 deletions

View File

@ -5560,7 +5560,7 @@ int ntfs_attr_truncate(ntfs_attr *na, const s64 newsize)
*/
if (na->data_flags & ATTR_IS_ENCRYPTED) {
errno = EACCES;
ntfs_log_info("Failed to truncate encrypted attribute");
ntfs_log_trace("Cannot truncate encrypted attribute\n");
goto out;
}
/*