Changes by: szaka
Update of /cvsroot/linux-ntfs/ntfsprogs/ntfsprogs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6356/ntfsprogs
Modified Files:
cluster.c
Log Message:
Remove confusing inode enumeration messages: it just hides the valuable
info and can be get by using --verbose
Index: cluster.c
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/ntfsprogs/cluster.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- cluster.c 13 Mar 2006 20:25:46 -0000 1.13
+++ cluster.c 13 Mar 2006 20:34:41 -0000 1.14
@@ -56,8 +56,6 @@ int cluster_find(ntfs_volume *vol, LCN c
m_ctx->flags_search = FEMR_IN_USE | FEMR_BASE_RECORD;
while (mft_next_record(m_ctx) == 0) {
- ntfs_log_quiet("Inode: %llu\n", (unsigned long long)
- m_ctx->inode->mft_no);
if (!(m_ctx->flags_match & FEMR_BASE_RECORD))
continue;
|