diff options
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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); |
