From ea0202921d36807a463180ef4ece5ab9b9e84d27 Mon Sep 17 00:00:00 2001 From: antona Date: Sat, 10 Sep 2005 07:55:58 +0000 Subject: [PATCH] Clarify the logfile check/hibernation warning. (Yuval) --- ntfsprogs/utils.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ntfsprogs/utils.c b/ntfsprogs/utils.c index fd8e3dbe..c00bfcdb 100644 --- a/ntfsprogs/utils.c +++ b/ntfsprogs/utils.c @@ -160,8 +160,10 @@ ntfs_volume * utils_mount_volume (const char *device, unsigned long flags, BOOL Eprintf("Couldn't mount device '%s': %s\n", device, strerror(err)); if (err == EOPNOTSUPP) - Eprintf("It seems that the logfile check failed. " - "Try to mount volume in windows.\n"); + Eprintf("Windows was either hibernated or did not " + "shut down properly. Try to mount " + "volume in windows, shut down and try " + "again.\n"); return NULL; }