ntfs_get_attribute_value(): report in error what's the non-zero attribute flags

edge.strict_endians
szaka 2005-11-26 01:08:12 +00:00
parent 25c31eb40b
commit c5bceb84de
1 changed files with 2 additions and 2 deletions

View File

@ -105,8 +105,8 @@ s64 ntfs_get_attribute_value(const ntfs_volume *vol,
}
/* Complex attribute? */
if (a->flags) {
ntfs_log_debug("Encountered non-zero attribute flags. Cannot handle "
"this yet.\n");
ntfs_log_error("Non-zero (%04x) attribute flags. Cannot handle "
"this yet.\n", le16_to_cpu(a->flags));
errno = EOPNOTSUPP;
return 0;
}