ntfs_ir_truncate(): log all errors

master
szaka 2007-07-07 23:11:19 +00:00
parent 59af03cfb8
commit 78348655bd
1 changed files with 1 additions and 1 deletions

View File

@ -1207,7 +1207,7 @@ static int ntfs_ir_truncate(ntfs_index_context *icx, int data_size)
ntfs_attr_put_search_ctx(ctx);
} else if (errno != ENOSPC)
ntfs_log_trace("Failed to truncate INDEX_ROOT");
ntfs_log_perror("Failed to truncate INDEX_ROOT");
ntfs_attr_close(na);
return ret;