From d105c5d37cbbac8779df0a16d1d8597515cab048 Mon Sep 17 00:00:00 2001 From: Tristan Riehs Date: Thu, 25 Dec 2025 18:02:26 +0100 Subject: Remove duplicate message --- src/main.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src') diff --git a/src/main.c b/src/main.c index 52cbcb1..9fe028f 100644 --- a/src/main.c +++ b/src/main.c @@ -265,7 +265,7 @@ static void ftag_add_one_file(sqlite3 *db, int *next_id, const char *file) } printf("ftag file add: adding file \"%s\" to database\n", file); - + printf("Enter the full name, a version of the name that\n" "may contain blanks and every type of character.\n"); read_len = getline(&full_name, &line_len, stdin); @@ -429,9 +429,6 @@ static void ftag_file_add(int argc, char **argv) if (!prompt_yes_no()) continue; /* do not add this file */ } - else { - printf("ftag file add: adding file \"%s\" to database\n", file); - } struct stat st; rc = stat(argv[i], &st); assert(rc == 0); -- cgit v1.2.3