Remove confusing inode enumeration messages: it just hides the valuable

info and can be get by using --verbose
This commit is contained in:
szaka 2006-03-13 20:34:41 +00:00
parent 033eaf429f
commit 8bcd0c2fe8

View File

@ -56,8 +56,6 @@ int cluster_find(ntfs_volume *vol, LCN c_begin, LCN c_end, cluster_cb *cb, void
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;