aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/fatcat_tools/harvest/pubmed.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_tools/harvest/pubmed.py b/python/fatcat_tools/harvest/pubmed.py
index fb421037..527e6dd3 100644
--- a/python/fatcat_tools/harvest/pubmed.py
+++ b/python/fatcat_tools/harvest/pubmed.py
@@ -155,7 +155,7 @@ class PubmedFTPWorker:
self.date_file_map = generate_date_file_map(host=self.host)
else:
break
- print("{} DOI ingest caught up".format(self.name))
+ print("{} FTP ingest caught up".format(self.name))
def generate_date_file_map(host='ftp.ncbi.nlm.nih.gov'):