diff --git a/ippisite/ippidb/management/commands/import_v1_data.py b/ippisite/ippidb/management/commands/import_v1_data.py
index aa2e662380bd65f426b09e4da8fddd09ca600b8e..ee2da5257259bc6ac60feef8177f05ad6a298ac2 100644
--- a/ippisite/ippidb/management/commands/import_v1_data.py
+++ b/ippisite/ippidb/management/commands/import_v1_data.py
@@ -50,6 +50,7 @@ class Command(BaseCommand):
             Protein.objects.all().delete()
             self.stdout.write(self.style.SUCCESS('Successfully flushed protein table'))
             Taxonomy.objects.all().delete()
+            self.stdout.write(self.style.SUCCESS('Successfully flushed taxonomy table'))
             for row in rows:
                 try:
                     p = Protein()