From a69136d90bd2911104999f7a410a5d1e167cd5f0 Mon Sep 17 00:00:00 2001 From: jpandre Date: Wed, 25 Nov 2009 14:22:28 +0000 Subject: [PATCH] Downgraded an error message --- libntfs-3g/attrib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libntfs-3g/attrib.c b/libntfs-3g/attrib.c index bf21544c..9082b3e8 100644 --- a/libntfs-3g/attrib.c +++ b/libntfs-3g/attrib.c @@ -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; } /*