Slight verbiage change to make output more distinct

This commit is contained in:
XANTRONIX Development 2025-01-10 14:34:05 -05:00
parent 67e6c385e6
commit 2aaa34e971

View file

@ -20,7 +20,7 @@ class Importer():
def import_mbox_file(self, mboxfile: str): def import_mbox_file(self, mboxfile: str):
if self.args.verbose and not self.args.quiet: if self.args.verbose and not self.args.quiet:
print(f"Importing file {mboxfile}") print(f"Reading file {mboxfile}")
reader = MBoxReader(mboxfile) reader = MBoxReader(mboxfile)