From 72c9e1175e3d9a1075bef00a7dc8b2bc9be8bb73 Mon Sep 17 00:00:00 2001 From: szaka Date: Sun, 4 Feb 2007 20:01:51 +0000 Subject: [PATCH] ntfs_is_logfile_clean: no need to report more unlean logfile data --- libntfs-3g/logfile.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/libntfs-3g/logfile.c b/libntfs-3g/logfile.c index 1bf2fe11..9b119269 100644 --- a/libntfs-3g/logfile.c +++ b/libntfs-3g/logfile.c @@ -676,10 +676,9 @@ BOOL ntfs_is_logfile_clean(ntfs_attr *log_na, RESTART_PAGE_HEADER *rp) */ if (ra->client_in_use_list != LOGFILE_NO_CLIENT && !(ra->flags & RESTART_VOLUME_IS_CLEAN)) { - ntfs_log_error("$LogFile indicates unclean shutdown (%d, %d). " - "Please report to %s!\n", + ntfs_log_error("$LogFile indicates unclean shutdown (%d, %d)\n", le16_to_cpu(ra->client_in_use_list), - le16_to_cpu(ra->flags), NTFS_DEV_LIST); + le16_to_cpu(ra->flags)); return FALSE; } /* $LogFile indicates a clean shutdown. */