ntfs_mft_data_extend_allocation: log errno

master
szaka 2007-07-11 22:55:22 +00:00
parent be0cdbb04a
commit 115306462a
1 changed files with 1 additions and 1 deletions

View File

@ -936,7 +936,7 @@ static int ntfs_mft_data_extend_allocation(ntfs_volume *vol)
if (rl2)
break;
if (errno != ENOSPC || nr == min_nr) {
ntfs_log_error("Failed to allocate the minimal "
ntfs_log_perror("Failed to allocate the minimal "
"number of clusters (%lli) for the "
"mft data attribute.\n", (long long)nr);
return -1;