aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.c5
1 files changed, 1 insertions, 4 deletions
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);