mirror of
https://git.code.sf.net/p/ntfs-3g/ntfs-3g.git
synced 2024-11-23 18:14:24 +08:00
Remove confusing inode enumeration messages: it just hides the valuable
info and can be get by using --verbose
This commit is contained in:
parent
033eaf429f
commit
8bcd0c2fe8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user