aboutsummaryrefslogtreecommitdiff
path: root/src/duplicate_finder.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/duplicate_finder.c')
-rw-r--r--src/duplicate_finder.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/duplicate_finder.c b/src/duplicate_finder.c
index f410f59..c6843f0 100644
--- a/src/duplicate_finder.c
+++ b/src/duplicate_finder.c
@@ -44,10 +44,12 @@ int analyze_db_content() {
}
- /* TODO: Implementation of several SQL queries... not in the mood */
- dbi_print_fileinfo_resolved(stdout);
+ if (option_show_non_duplicates) {
+ dbi_print_fileinfo_resolved(stdout);
+ printf("\n\n");
+ }
- printf("\n\n---- IDENTICAL HASHES ----\n\n");
+ printf("---- IDENTICAL HASHES ----\n\n");
if (dbi_print_identical_hashes(stdout) < 0) {
LOGERR("ERROR: Identification of duplicates via hashes failed.\n");