From 115306462ab671c5f7811771f294c2bcb7bc9a40 Mon Sep 17 00:00:00 2001 From: szaka Date: Wed, 11 Jul 2007 22:55:22 +0000 Subject: [PATCH] ntfs_mft_data_extend_allocation: log errno --- libntfs-3g/mft.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libntfs-3g/mft.c b/libntfs-3g/mft.c index 8220eade..d9cc3bc9 100644 --- a/libntfs-3g/mft.c +++ b/libntfs-3g/mft.c @@ -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;